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
Search Repo:
Michael Hartl (author)
Fri May 02 16:57:55 -0700 2008
commit  a331aa0c266a587e38c8acbe319ce1a56337ac89
tree    5878d3e3d56c112c0d71324296858f90397fd449
parent  5ce60dfd5fb57750b2fc7973c40db05e01af0c2c
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