public
Fork of insoshi/insoshi
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/yuki/insoshi.git
commit  9fd7525008da1d452a8b444c98bbd97fd4a9d75c
tree    b835ef9c2bbdbe16e1cf7d35582a0810f5317b4e
parent  6fdb51147d86163e1d5627425552ddf8d07aa228
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