Class: Railscope::EntriesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/railscope/entries_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#index

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 = find_related_entries
end