dry_scaffold icon indicating copy to clipboard operation
dry_scaffold copied to clipboard

undefined method `total_pages'

Open scottmessinger opened this issue 15 years ago • 1 comments

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?

scottmessinger avatar Jan 18 '10 19:01 scottmessinger

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.

grimen avatar Jan 20 '10 22:01 grimen