public
Description: An open source social networking platform in Ruby on Rails
Homepage: http://dogfood.insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
mhartl (author)
Wed Aug 06 19:24:49 -0700 2008
commit  efdb12604992da3627e6e7bac7df701a2635c3c4
tree    d5d3c5c69f3b966cdd665f1d65d9ef165eabc3bc
parent  0d822608800087a92a1be20b38900b994906de35 parent  90202c84d967bdb539c7c834450bfce7ee8e6efe
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