Fix eventtypes form
This commit is contained in:
parent
8154e6f72c
commit
b095064108
5 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ Osem::Application.routes.draw do
|
|||
resources :difficulty_levels, only: [:show, :update, :index]
|
||||
resources :rooms, only: [:show, :update, :index]
|
||||
resources :tracks, only: [:show, :update, :index]
|
||||
resources :eventtype, only: [:show, :update, :index]
|
||||
resources :eventtypes, only: [:show, :update, :index]
|
||||
resources :social_events, only: [:show, :update, :index]
|
||||
resources :supporter_levels, only: [:show, :update, :index]
|
||||
resources :emails, only: [:show, :update, :index]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue