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)
Thu May 08 11:15:29 -0700 2008
commit  553fb9109f673dd90e2c68ea82bff77f1d703629
tree    c397bbc3c393d2b7dcecbf3aa1bf6df467bf6850
parent  ecb54f90dd7778d814c2bd09859d32618d349b19
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