You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
picharras edited this page Jan 4, 2012
·
3 revisions
Instructions
In you Gemfile add: gem 'ajaxful_rating' , '>= 3.0.0.beta7'
bundle install
Generate
rails g ajaxful_rating UserModelName
The generator takes one argument: UserModelName, which is the name of your current
user model. This is necessary to link both the rate and user models.
Also this generator copies the necesary images, styles, etc.