Topic: question about scaffolds - Are there set scaffolds?
Hi
Hi I am a new ROR user and I love it.
I can not believe how far OOP has come since I was using Delphi 5.
I have question about scaffolds?
Are there set scaffolds?
Last night I was doing a tutorial that created a scaffold user, at first I thought the when I go:
script/generate scaffold user ...........
It greates a scafold called "user" because I called it user then it just created what ever boxes etc I asked it to make.
But then I noticed that it created a form called "users" not "user" so then I was wondering if I was infact calling a template made by someone else that contained a form called "users"
Are there a set numer of templates scaffolds or do I greate the scaffold from scratch when I generate it?