Originally Posted by sweatje
Hi Luke,
Thanks for the guidance. That is indeed the way I was thinking after playing with the problem for a little while.
I think I am floundering a bit between knowing what parts of Rails you should rely on the code generation and what parts you are expected to be hand editing. I guess my requirements are different enough from the "standard CRUD" that I should just expected to be editing the controllers and the views? It looks like the generate scaffold makes a plural controller with much more code in it, the result of what the scaffold :model does I guess? Should I prefer to modify that as a starting point?