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 10:54:15 -0700 2008
commit  ecb54f90dd7778d814c2bd09859d32618d349b19
tree    ce517c844277de45b71a60c74f7d5301e1c88bec
parent  36f34ca84b0d217e1d6b4b14a852a7a393fd2622
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