add option to delete registration
This commit is contained in:
parent
f53af55a74
commit
6879ca28e5
3 changed files with 16 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ Osem::Application.routes.draw do
|
|||
put "/schedule" => "schedule#update"
|
||||
get "/registrations" => "registrations#show"
|
||||
put "/registrations/change_field" => "registrations#change_field"
|
||||
delete "/registrations" => "registrations#delete"
|
||||
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