clarion/app/controllers/management
Petko Bordjukov 0ece79a8ae Scope event operations to the current conference
An indirect Conference -> Track -> Proposition -> Event relation exists
within the data model. Use it to limit all operations in the Events
controller to events, associated with the current conference.
2015-07-19 14:11:44 +03:00
..
call_for_participations_controller.rb Create conference slug and maintain it in params 2015-07-12 11:05:38 +03:00
conferences_controller.rb Nest everything under /conferences/:id/ again 2015-07-19 11:46:47 +03:00
events_controller.rb Scope event operations to the current conference 2015-07-19 14:11:44 +03:00
home_controller.rb Nest everything under /conferences/:id/ again 2015-07-19 11:46:47 +03:00
management_controller.rb Nest everything under /conferences/:id/ again 2015-07-19 11:46:47 +03:00
propositions_controller.rb Initial work on propositions, filter events correctly 2015-07-19 12:01:36 +03:00
users_controller.rb A user has many profiles now 2015-05-30 18:53:14 +03:00