turniere-backend/app/controllers
Daniel Schädler b5ab7731b0 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-07 10:00:26 +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 Use plain params-hash instead of custom helper 2018-12-11 17:12:55 +01: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-07 10:00:26 +02:00