def create
      @content_block = ContentBlock.new(filtered_params)
      @content_block.save
      flash.notice = "Your content_block was created" if @content_block.persisted?
      respond_with @content_block do |format|