Sha256: c8c69d709316c17603b4c472fedf9944c433e500957fae94b8347151da0845d1

Contents?: true

Size: 567 Bytes

Versions: 50

Compression:

Stored size: 567 Bytes

Contents

class Tramway::Event::ParticipantsController < Tramway::Event::ApplicationController
  def create
    event = ::Tramway::Event::Event.find params[:tramway_event_participant][:event_id]
    @participant_form = ::Tramway::Event::ParticipantExtendedFormCreator.create_form_class(request.uuid, event).new ::Tramway::Event::Participant.new event_id: event.id
    if @participant_form.submit params[:tramway_event_participant].except :event_id
      redirect_to event_path event, flash: :success
    else
      redirect_to event_path event, flash: :error
    end
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
tramway-event-1.9.17 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.16 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.15 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.14 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.13 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.12 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.11.2 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.11.1 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.11 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.10.1 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.10 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.9.2 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.9.1 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.9 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.8 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.7 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.6 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.5 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.4 app/controllers/tramway/event/participants_controller.rb
tramway-event-1.9.3 app/controllers/tramway/event/participants_controller.rb