在检查插件的rails3分支后,Paperclip会产生此错误.
我的Gemfile有以下行:
我的Gemfile有以下行:
gem 'paperclip',:git => 'http://github.com/thoughtbot/paperclip.git',:branch => 'rails3'
并且错误消息是:
NoMethodError: undefined method `has_attached_file' for #<Class:0x2a50530>
解决方法
更新06-21-10:
thoughtbot版本已修复.
我必须在Application<类的结尾处将Paperclip :: Railtie.insert添加到我的application.rb中. Rails ::应用程序使其正常工作.自官方回购工作以来,我已经删除了我的前叉.希望能帮助别人. 您还需要将以下内容添加到Gemfile中
gem "paperclip",:git => "http://github.com/thoughtbot/paperclip.git"