E-mail preferences page
This commit is contained in:
parent
9b195f5dd3
commit
7a6d95f70c
13 changed files with 107 additions and 14 deletions
|
@ -31,7 +31,11 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resource :settings, only: [:show, :update]
|
||||
namespace :settings do
|
||||
resource :profile, only: [:show, :update]
|
||||
resource :preferences, only: [:show, :update]
|
||||
end
|
||||
|
||||
resources :media, only: [:show]
|
||||
|
||||
namespace :api do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue