Sha256: c5ab4c5ceae78a4a940607b7a2b42b3eecf36f98616dd5699a4c5c62ffe46db9

Contents?: true

Size: 575 Bytes

Versions: 4

Compression:

Stored size: 575 Bytes

Contents

class Tramway::SportSchool::InstitutionForm < ::Tramway::Core::ApplicationForm
  properties :title, :tagline, :logo, :state, :phone, :address, :longtitude, :latitude, :url, :found_date

  def initialize(object)
    form_object = super object
    form_properties title: :string,
                    tagline: :string,
                    phone: :string,
                    address: :string,
                    latitude: :string,
                    longtitude: :string,
                    url: :string,
                    found_date: :date_picker
    form_object
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-sport_school-1.2.9.1 app/forms/tramway/sport_school/institution_form.rb
tramway-sport_school-1.2.9 app/forms/tramway/sport_school/institution_form.rb
tramway-sport_school-1.2.8.1 app/forms/tramway/sport_school/institution_form.rb
tramway-sport_school-1.2.8 app/forms/tramway/sport_school/institution_form.rb