apotonick / kaminari-cells

Kaminari pagination in Cells.
MIT License
23 stars 15 forks source link

Remove ActiveSupport on_load hook #15

Closed richardboehme closed 2 years ago

richardboehme commented 2 years ago

Since we now use Kaminari::Helpers::HelperMethods instead of Kaminari::ActionViewExtension it should be safe to remove the ActionView load hook. This load hook led to some headaches if cells were loaded before ActionView.