Edit registration for admin
This commit is contained in:
parent
463430b3e8
commit
19b11a79ff
5 changed files with 113 additions and 2 deletions
|
|
@ -10,8 +10,10 @@ Osem::Application.routes.draw do
|
|||
get "/schedule" => "schedule#show"
|
||||
put "/schedule" => "schedule#update"
|
||||
get "/registrations" => "registrations#show"
|
||||
put "/registrations/change_field" => "registrations#change_field"
|
||||
get "/registrations/edit" => "registrations#edit"
|
||||
put "/registrations/edit" => "registrations#update"
|
||||
delete "/registrations" => "registrations#delete"
|
||||
put "/registrations/change_field" => "registrations#change_field"
|
||||
get "/emailsettings" => "emails#show", :as => "email_settings"
|
||||
put "/emailsettings" => "emails#update", :as => "email_settings"
|
||||
get "/supporter_levels" => "SupporterLevels#show"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue