Module: SimpleResourceController::Controller::Actions::Edit
- Defined in:
- lib/simple_resource_controller/controller/actions.rb
Instance Method Summary collapse
- #edit(options = {}, &block) ⇒ Object (also: #edit!)
Instance Method Details
#edit(options = {}, &block) ⇒ Object Also known as: edit!
51 52 53 |
# File 'lib/simple_resource_controller/controller/actions.rb', line 51 def edit(={}, &block) respond_with resource, , &block end |