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 14:32:53 -0700 2008
commit  b27d5a0f2d5be3e4f9682875411ed897ca83f93d
tree    4d1e06c6d6f24565c4c7c93bfa09825a59f3b0ca
parent  c8947d762559effdae619a1f39df96016087da7e
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