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 Apr 25 15:16:10 -0700 2008
commit  a2bb997280bf6d453065ba3ff76698e8d11df684
tree    e5632de047a660134e069f3f0a545c69ecb3041d
parent  9a6a726e4792bceec5721df813d5c38980d114a2
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