Module: SimpleResourceController::Controller::Edit
- Defined in:
- lib/simple_resource_controller/controller.rb
Instance Method Summary collapse
- #edit(options = {}, &block) ⇒ Object (also: #edit!)
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(={}, &block) respond_with resource, , &block end |