diff options
Diffstat (limited to 'app/controllers/entries_controller.rb')
-rw-r--r-- | app/controllers/entries_controller.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/controllers/entries_controller.rb b/app/controllers/entries_controller.rb deleted file mode 100644 index 14d779a..0000000 --- a/app/controllers/entries_controller.rb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | class EntriesController < ApplicationController | ||
2 | |||
3 | def show | ||
4 | @entry = Entry.find_by_slug(params[:slug]) | ||
5 | end | ||
6 | |||
7 | end | ||