public
Description: Paginate models with this named_scope method
Homepage:
Clone URL: git://github.com/fnando/has_paginate.git
has_paginate / init.rb
100644 2 lines (2 sloc) 0.071 kb
1
2
require "has_paginate"
ActiveRecord::Base.extend(FindInChunksExtension)