Sha256: e14485753744961ef5a8300822e5aac94eaf2b9faf11711ca01c47e2360d9a45

Contents?: true

Size: 320 Bytes

Versions: 33

Compression:

Stored size: 320 Bytes

Contents

class Tramway::Event::PersonForm < ::Tramway::Core::ApplicationForm
  properties :first_name, :last_name, :photo, :description

  def initialize(object)
    super(object).tap do
      form_properties first_name: :string,
        last_name: :string,
        photo: :file,
        description: :ckeditor
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
tramway-event-1.9.19.1 app/forms/tramway/event/person_form.rb
tramway-event-1.9.19 app/forms/tramway/event/person_form.rb
tramway-event-1.9.18.2 app/forms/tramway/event/person_form.rb
tramway-event-1.9.18.1 app/forms/tramway/event/person_form.rb
tramway-event-1.9.18 app/forms/tramway/event/person_form.rb
tramway-event-1.9.17 app/forms/tramway/event/person_form.rb
tramway-event-1.9.16 app/forms/tramway/event/person_form.rb
tramway-event-1.9.15 app/forms/tramway/event/person_form.rb
tramway-event-1.9.14 app/forms/tramway/event/person_form.rb
tramway-event-1.9.13 app/forms/tramway/event/person_form.rb
tramway-event-1.9.12 app/forms/tramway/event/person_form.rb
tramway-event-1.9.11.2 app/forms/tramway/event/person_form.rb
tramway-event-1.9.11.1 app/forms/tramway/event/person_form.rb
tramway-event-1.9.11 app/forms/tramway/event/person_form.rb
tramway-event-1.9.10.1 app/forms/tramway/event/person_form.rb
tramway-event-1.9.10 app/forms/tramway/event/person_form.rb
tramway-event-1.9.9.2 app/forms/tramway/event/person_form.rb
tramway-event-1.9.9.1 app/forms/tramway/event/person_form.rb
tramway-event-1.9.9 app/forms/tramway/event/person_form.rb
tramway-event-1.9.8 app/forms/tramway/event/person_form.rb