https://github.com/raysrashmi/pagination
Pagination Scaffold
https://github.com/raysrashmi/pagination
Last synced: 10 months ago
JSON representation
Pagination Scaffold
- Host: GitHub
- URL: https://github.com/raysrashmi/pagination
- Owner: raysrashmi
- Created: 2011-06-08T10:52:49.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-09T06:13:58.000Z (about 15 years ago)
- Last Synced: 2025-02-04T18:24:29.226Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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