我跑rake,我得到了这个错误。那是什么意思?对不起,我是RoR的新手,请帮忙。非常感谢。
undefined method `reserved=' for #<FriendlyId::ActiveRecordAdapter::Configuration:0x2b1ae5c2ec70>
答案 0 :(得分:2)
您必须使用 reserved_words 而不是保留。
最近版本的friendly_id中存在代码更改。
http://norman.github.com/friendly_id/FriendlyId/Configuration.html#reserved_words-instance_method
答案 1 :(得分:0)
您可能在您的FriendlyId对象上使用保留= 而不是保留。