rails-engine / notifications

🛎 Notifications Center engine like GitHub or other application for any Rails applications.
MIT License
389 stars 42 forks source link

Dependency of Will Paginate vs kaminari #30

Open ishields opened 4 years ago

ishields commented 4 years ago

Hello! This gem looks great and I'd love to introduce it into my application. Is there any way to remove the dependency of kaminari in favor of will_paginate? My application currently uses will_paginate and it will be hard to change. Thanks in advance!