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 Feb 21 13:18:15 -0800 2008
commit  26772b4ac48d2670fbd5eb6f8e03c0632dc33d0c
tree    22cdceb6d59145aa7e65f5891f70d0e727fc6860
parent  52afde02ab5f67f40cf26a3a1dbc9a1b62cfe422
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