diff options
author | Evan Minto <evan.minto@gmail.com> | 2017-02-04 14:49:24 -0800 |
---|---|---|
committer | Evan Minto <evan.minto@gmail.com> | 2017-02-04 14:49:24 -0800 |
commit | 8bd8ea7c0406a8eeb145471475b105366e195e6a (patch) | |
tree | 56e01897e8e884c42dc02d6d8192f3ad7550b129 /config/routes.rb | |
parent | e2fbf8bc7479967baa84ef26eb03e19f0fd868e8 (diff) |
Remove unnecessary leftover code
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index f831c4239..4d0138b82 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -154,9 +154,7 @@ Rails.application.routes.draw do end namespace :activitypub do - resources :accounts do - get '/:id', to: 'accounts#show' - end + resources :accounts, only: [:show] end namespace :web do |