diff options
author | Matthew Walsh <mattwcstrfan@gmail.com> | 2017-10-15 21:02:39 -0700 |
---|---|---|
committer | Matthew Walsh <mattwcstrfan@gmail.com> | 2017-10-22 18:35:14 -0700 |
commit | 3db80f75a6d76a7eea576413c5ae9b206d2ab385 (patch) | |
tree | 0b6f4a0f446c94fbbda1484b6f14537181d00a1a /config | |
parent | 09d81defcda96eae7ffba36ccf1fb091ce08f17b (diff) |
Added a timeline for Direct statuses
* Lists all Direct statuses you've sent and received * Displayed in Getting Started * Streaming server support for direct TL
Diffstat (limited to 'config')
-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 5a6351f77..8263c477b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -193,6 +193,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 |