Method: Upframework::ResourcesController#update
- Defined in:
- app/controllers/upframework/resources_controller.rb
#update ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'app/controllers/upframework/resources_controller.rb', line 12 def update if base_resource.update(base_resource_params) yield if block_given? render_serialized base_resource, params else render_errors base_resource.errors. end end |