public
Description: A Rails plugin that allows quick and easy fetching of random records, or records in random order.
Homepage: http://daniel.collectiveidea.com/blog/tags/random_finders
Clone URL: git://github.com/collectiveidea/random_finders.git
Click here to lend your support to: random_finders and make a donation at www.pledgie.com !
random_finders / init.rb
100644 5 lines (5 sloc) 0.119 kb
1
2
3
4
5
require 'base'
require 'abstract_adapter'
require 'sqlite_adapter'
require 'mysql_adapter'
require 'postgresql_adapter'