Merge pull request #377 from gopesht/add_email_settings_to_user_accounts
Add email settings to user accounts
This commit is contained in:
commit
d4074b798e
17 changed files with 179 additions and 52 deletions
|
|
@ -97,6 +97,8 @@ Osem::Application.routes.draw do
|
|||
patch "/register" => "conference_registration#update"
|
||||
delete "/register" => "conference_registration#unregister"
|
||||
get "gallery_photos"
|
||||
patch "subscription" => "conference#subscribe"
|
||||
delete "subscription" => "conference#unsubscribe"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue