Module: GardenVariety::ShowAction

Defined in:
lib/garden_variety/actions.rb

Instance Method Summary collapse

Instance Method Details

#showvoid

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 = authorize(find_model)
end