Sponsors dashboard
Removed explicit rendering of sponsors
This commit is contained in:
parent
e38a654af1
commit
67dab025a9
9 changed files with 139 additions and 4 deletions
|
|
@ -30,6 +30,8 @@ Osem::Application.routes.draw do
|
|||
|
||||
resources :sponsorship_levels, only: [:show, :update, :index]
|
||||
|
||||
resources :sponsors, only: [:show, :update, :index]
|
||||
|
||||
resources :eventtypes, only: [:show, :index] do
|
||||
collection do
|
||||
patch :update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue