Added tags route to routes.rb and point to home#index

This commit is contained in:
mgabdev 2019-08-17 01:20:36 -04:00
parent dcb05727ee
commit 2c9bcc0c2b
1 changed files with 1 additions and 0 deletions

View File

@ -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