Sha256: de20c7d1496df01aed5866fdf1a93eba7620148f304adbb428f6a8a121c002d1

Contents?: true

Size: 322 Bytes

Versions: 8

Compression:

Stored size: 322 Bytes

Contents

class Tramway::Event::PartakingForm < ::Tramway::Core::ApplicationForm
  properties :section_id, :person_id, :position
  associations :section, :person

  def initialize(object)
    super(object).tap do
      form_properties section: :association,
        person: :association,
        position: :string
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tramway-event-1.6.4 app/forms/tramway/event/partaking_form.rb
tramway-event-1.6.3 app/forms/tramway/event/partaking_form.rb
tramway-event-1.6.2 app/forms/tramway/event/partaking_form.rb
tramway-event-1.6.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.6 app/forms/tramway/event/partaking_form.rb
tramway-event-1.5.4 app/forms/tramway/event/partaking_form.rb
tramway-event-1.5.3 app/forms/tramway/event/partaking_form.rb
tramway-event-1.5.2 app/forms/tramway/event/partaking_form.rb