Adding more to admin accounts UI
This commit is contained in:
parent
d236dcded2
commit
9d9f796130
5 changed files with 109 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue