add option to delete registration

This commit is contained in:
differentreality 2013-07-12 10:54:59 +03:00
parent f53af55a74
commit 6879ca28e5
3 changed files with 16 additions and 1 deletions

View file

@ -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"