module InheritedResources::Actions

def show(options={}, &block)

GET /resources/1
def show(options={}, &block)
  respond_with(*with_chain(resource), options, &block)
end