错误:
vendor/plugins/paperclip/shoulda_macros/paperclip.rb:113: Factory is not a class (TypeError)
指向行Class Factory
我可能不太了解RoR,但我很确定这个错误是愚蠢的(说工厂不是一个类,当它被定义在这里时(虽然我想如果它已经存在则扩展“
class Factory
include Paperclip::Shoulda #:nodoc:
end
运行时出现此错误:bundle exec rake test:units
答案 0 :(得分:1)
错误可能意味着其他内容已将Factory
定义为模块。如果没有其他宝石和/或代码的列表,很难猜出它可能是什么。