Module: SimpleResourceController::Controller::Show

Defined in:
lib/simple_resource_controller/controller.rb

Instance Method Summary collapse

Instance Method Details

#show(options = {}, &block) ⇒ Object Also known as: show!



11
12
13
# File 'lib/simple_resource_controller/controller.rb', line 11

def show(options={}, &block)
  respond_with resource, options, &block
end