Module: SimpleResourceController::Controller::New

Defined in:
lib/simple_resource_controller/controller.rb

Instance Method Summary collapse

Instance Method Details

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



18
19
20
21
# File 'lib/simple_resource_controller/controller.rb', line 18

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