Adding more to admin accounts UI

This commit is contained in:
Eugen Rochko
2016-12-04 18:10:40 +01:00
parent d236dcded2
commit 9d9f796130
5 changed files with 109 additions and 4 deletions

View File

@ -46,7 +46,7 @@ Rails.application.routes.draw do
namespace :admin do
resources :pubsubhubbub, only: [:index]
resources :accounts, only: [:index, :show]
resources :accounts, only: [:index, :show, :update]
end
namespace :api do