diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-12 07:10:16 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-12 07:10:16 -0400 |
commit | c650bee03937bd0e741e701f1fe0bfe5cf8e040e (patch) | |
tree | c0020572ceef21498da9b52851242b22dba7aafe /config/routes.rb | |
parent | 77e849b66719f5e86762eff4ae23340dab1b32fa (diff) | |
download | thoughts-c650bee03937bd0e741e701f1fe0bfe5cf8e040e.tar.gz thoughts-c650bee03937bd0e741e701f1fe0bfe5cf8e040e.tar.bz2 thoughts-c650bee03937bd0e741e701f1fe0bfe5cf8e040e.zip |
Add link entry type
Diffstat (limited to 'config/routes.rb')
-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' |