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)
Wed May 07 12:08:42 -0700 2008
commit  ca931746525b469a2384bb1414adc6a0186ab9bc
tree    48ce3bb0901c35a74945920ef4a86dc4f495e39c
parent  ed4fb244bd0c174df2814784e443cffa1a12d9b1
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