diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-07-07 14:12:41 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-07-07 14:12:41 +0200 |
commit | 5ff9970c8d4acfb69b4696a3b5ce8e2a9580e370 (patch) | |
tree | 2b1d383124b75dbd02b53892bcd0db773be7e21c | |
parent | 64f3bc77acf2b992a189769b09427f93e7e5eb60 (diff) |
Re-add route for direct timeline
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 62374d0df..1b88fe5e3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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 |