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)
Mon Apr 07 11:43:24 -0700 2008
commit  3ca3eb2ce86e422299101d5ea4fc1b4ffb1f27b2
tree    4ea0e9efad42ef7b50f8d549656e4797befda534
parent  29e1dd8b5fca05218940392d951216327046cf8e
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