acts_as_rateable icon indicating copy to clipboard operation
acts_as_rateable copied to clipboard

Acts_as_rateable is a rails plugin providing a rating interface for ActiveRecord models.

Results 1 acts_as_rateable issues
Sort by recently updated
recently updated
newest added

Any use of the rate_it method on Rails 3 will generate an error something like: NoMethodError: undefined method `id' for 14:Fixnum where 14 is the ID of the user trying...