开发者

rails acts_as_rateable undefined. what could be wrong?

开发者 https://www.devze.com 2023-02-22 14:13 出处:网络
I\'m running rails 3 and have installed the acts_as_rateable gem by adding this \"gem \'acts_as_rateable\'\" to my gemfile. Everything installed correctly after bundle install and I have put \"acts_as

I'm running rails 3 and have installed the acts_as_rateable gem by adding this "gem 'acts_as_rateable'" to my gemfile. Everything installed correctly after bundle install and I have put "acts_as_rateable" in my model. I have even restart th开发者_JAVA技巧e webserver multiple times and I still get this message:

undefined local variable or method `acts_as_rateable'

what am I missing????


so apparently 'acts_as_rateable' is really a plugin and not a gem. I had to move the folder into my vendor/plugins folder for it to work.

0

精彩评论

暂无评论...
验证码 换一张
取 消