Added tags route to routes.rb and point to home#index
This commit is contained in:
parent
dcb05727ee
commit
2c9bcc0c2b
|
@ -446,6 +446,7 @@ Rails.application.routes.draw do
|
|||
get '/about/dmca', to: 'about#dmca'
|
||||
get '/about/sales', to: 'about#sales'
|
||||
|
||||
get '/tags/:tag', to: 'home#index'
|
||||
get '/:username', to: 'home#index', as: :short_account
|
||||
get '/:username/with_replies', to: 'home#index', as: :short_account_with_replies
|
||||
get '/:username/media', to: 'home#index', as: :short_account_media
|
||||
|
|
Loading…
Reference in New Issue