Paperclip在檢出插件的rails3分支後產生此錯誤。 我的Gemfile有如下一行:NoMethodError:未定義的方法`has_attached_file'
gem 'paperclip', :git => 'http://github.com/thoughtbot/paperclip.git', :branch => 'rails3'
和錯誤消息是:
NoMethodError: undefined method `has_attached_file' for #<Class:0x2a50530>
這似乎不再存在。 「 – 2010-05-28 20:01:52