module ClientsHelper def client_form_fields [:company_name, :firstname, :lastname, :streetname, :zipcode, :city, :country, :email, :phone] end def client_view_fields [:company_name, :firstname, :lastname, :streetname, :zipcode, :city, :country, :email, :phone] end end