E-mail preferences page

This commit is contained in:
Eugen Rochko 2016-10-14 02:28:49 +02:00
parent 9b195f5dd3
commit 7a6d95f70c
13 changed files with 107 additions and 14 deletions

View file

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