diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-02 18:03:37 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-03 14:01:41 -0400 |
commit | 49b11f2864f75bcfb8d0d01439939ed68aa90b8f (patch) | |
tree | c91d0976e9cb54562aa2c19f9648235d74f14cbf /config/routes.rb | |
parent | cb01d13034ad41a29533b623cbbf7c23b37a231c (diff) | |
download | thoughts-49b11f2864f75bcfb8d0d01439939ed68aa90b8f.tar.gz thoughts-49b11f2864f75bcfb8d0d01439939ed68aa90b8f.tar.bz2 thoughts-49b11f2864f75bcfb8d0d01439939ed68aa90b8f.zip |
Collapsed Entry -> Blog single-table inheritance to Blog
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 1216b85..cf0bdd6 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -14,7 +14,7 @@ Rails.application.routes.draw do | |||
14 | 14 | ||
15 | root "records#index" | 15 | root "records#index" |
16 | 16 | ||
17 | get 'says/:slug', to: 'entries#show' | 17 | get 'says/:slug', to: 'blogs#show' |
18 | 18 | ||
19 | mount Pokeviewer::Engine => '/poke3' | 19 | mount Pokeviewer::Engine => '/poke3' |
20 | end | 20 | end |