ckeditor + paperclip 图片上传时 如何去除 before_filter 的验证,我前后台都有用了 ckeditor 编辑器,但是好像 ckeditor 他图片上传是继承的 ApplicationController 所以每次都必须通过 application_controller.rb 里面的 before_filter,是否可以配置这个选项,让后台的 ckeditor 不继承 ApplicationController 而是继承 ActionController::Base 或者其他的 controller,如果不行直接去掉这个验证的话,应该是针对哪一个 action 去除 before_filter