public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Michael Hartl (author)
Fri May 09 10:11:26 -0700 2008
commit  7cd47c9b7ebc130b0a8d394f22578b37a7753640
tree    d66dfeb0028cbb6d46854d52dd4f298fb06074e6
parent  b5f56abed08996a3dd7cb7aa5d75f315bbfa5ecc
insoshi / init.rb
100644 5 lines (4 sloc) 0.1 kb
1
2
3
4
5
unless ActiveRecord::Base.respond_to? :paginate
  require 'will_paginate'
  WillPaginate.enable
end