shanev / acts-as-most-popular

Rails plugin that shows you the most popular values in a DB column

This URL has Read+Write access

acts-as-most-popular / init.rb
100644 2 lines (2 sloc) 0.09 kb
1
2
require 'acts_as_most_popular'
ActiveRecord::Base.send(:include, BrownPunk::Acts::Popular)