You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible users will have both `will_paginate` and `kaminari` as
dependencies. Because the two are incompatible, avoid loading both and
instead first attempt to load Kaminari. If that cannot load, then
attempt to load will_paginate. Fixes#18.
Signed-off-by: David Celis <[email protected]>
0 commit comments