Module: SimpleResourceController::Controller::Edit

Defined in:
lib/simple_resource_controller/controller.rb

Instance Method Summary collapse

Instance Method Details

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



36
37
38
# File 'lib/simple_resource_controller/controller.rb', line 36

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