Method: Redditor::Admin::ImageBlocksController#update
- Defined in:
- app/controllers/redditor/admin/image_blocks_controller.rb
#update ⇒ Object
9 10 11 12 13 |
# File 'app/controllers/redditor/admin/image_blocks_controller.rb', line 9 def update @content_block = @page.images.find(params[:id]) @content_block.update_attributes(content_block_params) render "redditor/admin/wrapper" end |