Rails will_paginate 并按 ASC 顺序分页最新记录
如何使用 will_paginate 对帖子进行分页,以便首页显示按 ASC 顺序排列的 10 条最新帖子。
谢谢!
How to paginate posts with will_paginate, so that first page shows 10 latest posts in ASC order.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我理解正确的话,这段代码应该在你的控制器中完成工作。
If I understood correctly, this code should do the job in your controller.
尝试将其添加到您的帖子模型的顶部:
Try adding this to your post model right at the top: