It does that by default. It’s been doing that since Rails 1.0 I believe… I actually wish you could turn it off
Seriously… ruby script\generate scaffold User user
Should generate the list actions with paginated records (10 at a time)
It does that by default. It’s been doing that since Rails 1.0 I believe… I actually wish you could turn it off
Seriously… ruby script\generate scaffold User user
Should generate the list actions with paginated records (10 at a time)
ahh, yes I see - thanks Brian