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
Search Repo:
Michael Hartl (author)
Tue May 13 12:02:52 -0700 2008
commit  3138fdb99082fe27c908bf77d52e78cc11118ab3
tree    6fd35c63a98aa76e3ef539241219395083102524
parent  243aa373a16998c066c8d41937f65e5575a2afd3
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