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)
Fri May 16 12:30:40 -0700 2008
commit  e1fd8b8e440c9f3ab34161d4e87de78e956c1012
tree    bfe11afff13499c63ff4e63347234d93fa20d275
parent  e58dfbc1ddbfd2327ee4031c4b8a0f29061e4107
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