initialize route and form for displaying emails
This commit is contained in:
parent
c5ad9525ed
commit
3f35d820cb
4 changed files with 19 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ Osem::Application.routes.draw do
|
|||
resources :sponsors, except: [:show]
|
||||
resources :lodgings, except: [:show]
|
||||
resources :emails, only: [:show, :update, :index]
|
||||
get '/custom_email' => 'emails#custom_email'
|
||||
resources :physical_tickets, only: [:index]
|
||||
resources :roles, except: [:new, :create] do
|
||||
member do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue