Re-add route for direct timeline
This commit is contained in:
parent
64f3bc77ac
commit
5ff9970c8d
|
@ -303,6 +303,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
namespace :timelines do
|
||||
resource :direct, only: :show, controller: :direct
|
||||
resource :home, only: :show, controller: :home
|
||||
resource :public, only: :show, controller: :public
|
||||
resources :tag, only: :show
|
||||
|
|
Loading…
Reference in New Issue