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)
Tue May 13 11:51:24 -0700 2008
commit  a8f510af0b93d7a08d4ffdd561fd008bd1ded6ad
tree    98bc0b7ac2403e9fe6a4639760bc5514914ad037
parent  097957dc4fde3d04562997eb58d596fd20d09f07
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