about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-07-07 14:12:41 +0200
committerThibaut Girka <thib@sitedethib.com>2019-07-07 14:12:41 +0200
commit5ff9970c8d4acfb69b4696a3b5ce8e2a9580e370 (patch)
tree2b1d383124b75dbd02b53892bcd0db773be7e21c /config/routes.rb
parent64f3bc77acf2b992a189769b09427f93e7e5eb60 (diff)
Re-add route for direct timeline
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
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