diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index bce345f2e..699f56833 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -108,7 +108,6 @@ Rails.application.routes.draw do end get '/timelines/home', to: 'timelines#home', as: :home_timeline - get '/timelines/mentions', to: 'timelines#mentions', as: :mentions_timeline get '/timelines/public', to: 'timelines#public', as: :public_timeline get '/timelines/tag/:id', to: 'timelines#tag', as: :hashtag_timeline |