Method: InheritedResources::Actions#show

Defined in:
lib/inherited_resources/actions.rb

#show(&block) ⇒ Object Also known as: show!

GET /resources/1



12
13
14
# File 'lib/inherited_resources/actions.rb', line 12

def show(&block)
  respond_with(resource, &block)
end