turniere-backend/app/controllers
Daniel Schädler cb00cd7be8 Generalize tournament save interactor
It now is responsible for saving all ApplicationRecord objects to the
database. This will reduce code duplication one we have other objects
that need to be saved. (As we will soon need to save individual matches)
2019-05-12 19:12:42 +02:00
..
overrides Override registration and session render methods 2019-04-16 11:01:31 +02:00
application_controller.rb Catch missing parameter exceptions to render error 2019-04-16 13:24:58 +02:00
match_scores_controller.rb Fix id and model logged as unpermitted params 2019-04-07 16:09:59 +02:00
matches_controller.rb Respond with 501 for state param 'finished' 2019-05-07 18:41:53 +02:00
teams_controller.rb Fix id and model logged as unpermitted params 2019-04-07 16:09:59 +02:00
tournaments_controller.rb Generalize tournament save interactor 2019-05-12 19:12:42 +02:00