Class: Railscope::EntriesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Railscope::EntriesController
- Defined in:
- app/controllers/railscope/entries_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#show ⇒ Object
5 6 7 8 |
# File 'app/controllers/railscope/entries_controller.rb', line 5 def show @entry = storage.find!(params[:id]) @related_entries = end |