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 09:51:43 -0700 2008
commit  36f34ca84b0d217e1d6b4b14a852a7a393fd2622
tree    858af1b332934b4f1ec614febb33c5b387c70ca6
parent  1fb5cb875833aa1a7c41179a37f4cd8897c182a2
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