mislav/will_paginate

Don't monkey path all models

Closed this issue · 1 comments

Is it possible to add the ability to manky patch only the needed models?
example:

class User < ActiveRecord::Base
  will_paginate #  include modules... 
end

No, sorry!