Class Rating
In: lib/rating.rb
Parent: ActiveRecord::Base

Ratings ActiveRecord class to deal with ratings

This needs to be a table with the following columns:

rating :integer

rateable_id :integer

rateable_type :string

[Validate]