Move reports to separate controller
This commit is contained in:
parent
a325eccc77
commit
5e9bc683ae
9 changed files with 175 additions and 15 deletions
|
|
@ -69,7 +69,7 @@ Osem::Application.routes.draw do
|
|||
get :vote
|
||||
end
|
||||
end
|
||||
get 'reports' => 'events#reports'
|
||||
resources :reports, only: :index
|
||||
end
|
||||
|
||||
resources :resources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue