Merge pull request #90 from openSUSE/review_140430_style_cleanup
[Review] Request from 'KalabiYau' @ 'openSUSE/osem/review_140430_style_cleanup'
This commit is contained in:
commit
adfa9cc871
5 changed files with 21 additions and 15 deletions
|
|
@ -27,7 +27,11 @@ 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 :eventtypes, only: [:show, :update, :index]
|
||||
resources :eventtypes, only: [:show, :index] do
|
||||
collection do
|
||||
patch :update
|
||||
end
|
||||
end
|
||||
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