Admins can give tickets.
(cherry picked from commit aeeeb8e331673011842a35946a1bdba2611f901e)
This commit is contained in:
parent
199bc00c08
commit
4b40f409e5
5 changed files with 309 additions and 4 deletions
|
|
@ -112,7 +112,11 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
|
||||
resources :resources
|
||||
resources :tickets
|
||||
resources :tickets do
|
||||
member do
|
||||
post :give
|
||||
end
|
||||
end
|
||||
resources :sponsors, except: [:show]
|
||||
resources :lodgings, except: [:show]
|
||||
resources :emails, only: [:show, :update, :index]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue