Class: ContentBlocksController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/content_blocks_controller.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



4
5
6
7
# File 'app/controllers/content_blocks_controller.rb', line 4

def update
  @content_block.update(params.require(:content_block).permit(:value))
  redirect_to :back
end