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)
Thu May 08 12:06:54 -0700 2008
commit  0177c8084c6d7da1cec4ecaf6f116c1865caae35
tree    6c059690958a0e582112d43c1905b4ab10e95260
parent  553fb9109f673dd90e2c68ea82bff77f1d703629
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