Method: Redditor::Admin::ImageBlocksController#create
- Defined in:
- app/controllers/redditor/admin/image_blocks_controller.rb
#create ⇒ Object
15 16 17 18 19 |
# File 'app/controllers/redditor/admin/image_blocks_controller.rb', line 15 def create @content_block = @page.images.build(content_block_params) @content_block.update_attributes(src: params[:file]) render "redditor/admin/wrapper" end |