about summary refs log tree commit diff stats
path: root/app/controllers/entries_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/entries_controller.rb')
-rw-r--r--app/controllers/entries_controller.rb7
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 @@
1class EntriesController < ApplicationController
2
3 def show
4 @entry = Entry.find_by_slug(params[:slug])
5 end
6
7end