【发布时间】:2010-04-30 10:43:28
【问题描述】:
Paperclip 在检查插件的 rails3 分支后会产生此错误。 我的 Gemfile 有以下行:
gem 'paperclip', :git => 'http://github.com/thoughtbot/paperclip.git', :branch => 'rails3'
错误信息是:
NoMethodError: undefined method `has_attached_file' for #<Class:0x2a50530>
【问题讨论】:
标签: ruby-on-rails paperclip ruby-on-rails-3