Class ParticipationController
In: app/controllers/participation_controller.rb
Parent: ApplicationController

Methods

show  

Public Instance methods

[Source]

   # File app/controllers/participation_controller.rb, line 2
2:   def show
3:     @participation = Participation.new
4:   end

[Validate]