Fix eventtypes form

This commit is contained in:
Chrisbr 2014-04-30 10:47:33 +02:00
parent 8154e6f72c
commit b095064108
5 changed files with 7 additions and 7 deletions

View file

@ -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]