Sha256: d54315d3223bf8f71c060d304debe23f784354b900a84b3c04c7c596fde36818

Contents?: true

Size: 234 Bytes

Versions: 13

Compression:

Stored size: 234 Bytes

Contents

class Tramway::Event::ParticipantForm < ::Tramway::Core::ApplicationForm
  properties :event_id, :values

  def initialize(object, event)
    form_object = super object
    form_properties event_id: :default
    form_object
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tramway-event-1.2.6 app/forms/tramway/event/participant_form.rb
tramway-event-1.2.5 app/forms/tramway/event/participant_form.rb
tramway-event-1.2.4 app/forms/tramway/event/participant_form.rb
tramway-event-1.2.3 app/forms/tramway/event/participant_form.rb
tramway-event-1.2.2 app/forms/tramway/event/participant_form.rb
tramway-event-1.2.1 app/forms/tramway/event/participant_form.rb
tramway-event-1.2 app/forms/tramway/event/participant_form.rb
tramway-event-1.1 app/forms/tramway/event/participant_form.rb
tramway-event-1.0.1 app/forms/tramway/event/participant_form.rb
tramway-event-1.0 app/forms/tramway/event/participant_form.rb
tramway-event-0.7 app/forms/tramway/event/participant_form.rb
tramway-event-0.6 app/forms/tramway/event/participant_form.rb
tramway-event-0.5 app/forms/tramway/event/participant_form.rb