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
Long Nguyen (author)
Wed Apr 09 17:20:30 -0700 2008
commit  7707cbbbc76ce3636ec876c40855073d0d3bc0ec
tree    6117c1c99d4f3304775b41f6d561ba98d504e8eb
parent  989780e15cf52d7d15cd44ef9971643c18035dfa
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