Sha256: d1169386293c17275138ab282ee2d8e438a5c42fdece0d61b7657df22b16f2ab

Contents?: true

Size: 337 Bytes

Versions: 43

Compression:

Stored size: 337 Bytes

Contents

class Tramway::Event::PartakingForm < ::Tramway::Core::ApplicationForm
  properties :part_id, :part_type, :person_id, :position
  associations :person, :part

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

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
tramway-event-1.9.7 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.6 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.5 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.4 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.3 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.2 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.10 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.9 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.8 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.7 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.6 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.5 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.4 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.3 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.2 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.1.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.8 app/forms/tramway/event/partaking_form.rb