Files
parse/app/helpers/clients_helper.rb
2025-07-23 11:37:24 +02:00

6 lines
155 B
Ruby

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