diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 2d0a4ec..512c319 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -11,6 +11,8 @@ Rails.application.routes.draw do | |||
11 | resources :streams, except: [:show] do | 11 | resources :streams, except: [:show] do |
12 | resources :updates, except: [:index, :show] | 12 | resources :updates, except: [:index, :show] |
13 | end | 13 | end |
14 | |||
15 | resources :links, except: [:show] | ||
14 | end | 16 | end |
15 | 17 | ||
16 | mount Ckeditor::Engine => '/ckeditor' | 18 | mount Ckeditor::Engine => '/ckeditor' |