An open API service indexing awesome lists of open source software.

https://github.com/raysrashmi/pagination

Pagination Scaffold
https://github.com/raysrashmi/pagination

Last synced: 10 months ago
JSON representation

Pagination Scaffold

Awesome Lists containing this project

README

          

Create scaffold with pagination

command to run

rails generate scaffoldhub comment title:string description:text --scaffold pagination:2

Replace
comment with model name
title and description are atrributes of model
2 is the per_page