app/controllers/ckeditor/pictures_controller.rb in glebtv-ckeditor-4.5.10.2 vs app/controllers/ckeditor/pictures_controller.rb in glebtv-ckeditor-4.5.10.3

- old
+ new

@@ -1,6 +1,6 @@ class Ckeditor::PicturesController < Ckeditor::ApplicationController - skip_before_filter :verify_authenticity_token, only: :create + skip_before_action :verify_authenticity_token, only: :create def index @pictures = Ckeditor.picture_adapter.find_all(ckeditor_pictures_scope) @pictures = Ckeditor::Paginatable.new(@pictures).page(params[:page])