Module: GardenVariety::ShowAction
- Defined in:
- lib/garden_variety/actions.rb
Instance Method Summary collapse
-
#show ⇒ void
Garden variety controller
showaction.
Instance Method Details
#show ⇒ void
This method returns an undefined value.
Garden variety controller show action.
17 18 19 |
# File 'lib/garden_variety/actions.rb', line 17 def show self.model = (find_model) end |