Method: Content::ProductsController#update
- Defined in:
- app/controllers/content/products_controller.rb
#update ⇒ Object
28 29 30 31 32 33 34 |
# File 'app/controllers/content/products_controller.rb', line 28 def update if @product.update_attributes(params[:content_product]) process_success else process_error end end |