Starting to add email sending
This commit is contained in:
parent
b801f0dc19
commit
900bcb16d5
16 changed files with 248 additions and 21 deletions
|
|
@ -10,6 +10,8 @@ Osem::Application.routes.draw do
|
|||
get "/schedule" => "schedule#show"
|
||||
put "/schedule" => "schedule#update"
|
||||
get "/registrations" => "registrations#show"
|
||||
get "/emailsettings" => "emails#show", :as => "email_settings"
|
||||
put "/emailsettings" => "emails#update", :as => "email_settings"
|
||||
get "/venue" => "venue#show", :as => "venue_info"
|
||||
put "/venue" => "venue#update", :as => "venue_update"
|
||||
get "/rooms" => "rooms#show", :as => "rooms_list"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue