This repository was archived by the owner on Sep 3, 2019. It is now read-only.

Description
I have added gem to Gemfile and then installed it. All migrations have been run as well.
When I include seems_rateable in Product Model, it throws this error -
/home/ubuntu/.rvm/gems/ruby-2.1.2/gems/activerecord-4.1.1/lib/active_record/dynamic_matchers.rb:26:in method_missing': undefined local variable or methodseems_rateable' for Product (call 'Product.connection' to establish a connection):Class (NameError)
from /var/www/marketplace/app/models/product.rb:23:in <class:Product>' from /var/www/marketplace/app/models/product.rb:1:in<top (required)>'
Any pointers on what I am missing?
I am using Rails 4.1.1