module GardenVariety::ShowAction
Public Instance Methods
show()
click to toggle source
Garden
variety controller show
action. @return [void]
# File lib/garden_variety/actions.rb, line 17 def show self.model = authorize(find_model) end