dry_scaffold
dry_scaffold copied to clipboard
undefined method `total_pages'
When I generate a dry_scaffold, run the migration, and go to the index page, I received the error
undefined method `total_pages'
Why does this happen?
Your collection needs to be paginated, which seems to not be the case. I think I broke things while repairing some other stuff last commit. Also, my motivation working on this project is almost non-existing I'm afraid, so I'm not a very good maintainer for this project no more.