Method: Redditor::Admin::ImageBlocksController#update_post

Defined in:
app/controllers/redditor/admin/image_blocks_controller.rb

#update_postObject



30
31
32
33
34
# File 'app/controllers/redditor/admin/image_blocks_controller.rb', line 30

def update_post
  @content_block = @page.images.find(params[:id])
  @content_block.update_attributes(src: params[:file])
  render "redditor/admin/wrapper"
end