zachinglis / is_rateable

Ratings for your model.

This URL has Read+Write access

Willian Molinari (author)
Tue Jun 09 13:13:15 -0700 2009
zachinglis (committer)
Tue Jun 09 13:28:33 -0700 2009
is_rateable / init.rb
100644 4 lines (3 sloc) 0.125 kb
1
2
3
4
require 'is_rateable'
ActiveRecord::Base.send :include, IsRateable
ActionView::Base.send :include, IsRateable::ViewMethods