def update
      @content_block = ContentBlock.find(params[:id])
      flash.notice = "Your content_block was saved" if @content_block.update_attributes(filtered_params)
      respond_with @content_block do |format|
        format.html { redirect_to [:edit, @content_block] }