Refactoring rooms
This commit is contained in:
parent
2c98ba9711
commit
6a373b5f6c
11 changed files with 135 additions and 52 deletions
|
|
@ -44,7 +44,7 @@ Osem::Application.routes.draw do
|
|||
|
||||
resources :difficulty_levels, only: [:show, :update, :index]
|
||||
|
||||
resources :rooms, only: [:show, :update, :index]
|
||||
resources :rooms, except: [:show]
|
||||
|
||||
resources :tracks, only: [:show, :update, :index]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue