diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-04 18:10:40 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-04 18:10:40 +0100 |
commit | 9d9f796130407c6dc68118949537235faf25fcb9 (patch) | |
tree | 087b899593aa034880d806321c7c119cca9a2676 /config/routes.rb | |
parent | d236dcded20b1a561b1f396fbb423811f27c77e5 (diff) |
Adding more to admin accounts UI
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 35e5c269a..ac53bbed6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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 |