Pagy Frontend Extra MAterialize
Hi Chris,
I followed your toturial of pagination with Pagy gem, all is fine until when I add the extra frontend materialize. I did this:
- Create a pagy.rb file into config/initializers folder
- Add this line require 'pagy/extras/materialize' in pagy.rb
- In my view use <%= pagy_materialize_nav(@pagy).html_safe %>
when I restart rails server, get this error:
`require': cannot load such file -- pagy/extras/materialize (LoadError)
What can I do to solve it?
Thanks!