Displaying 1 result from an estimated 1 matches for "template_for_inclusion".
2006 Sep 06
1
Changing Scaffold
Hi,
I am starting a project in rails and I wish to change scaffolding.
I''ve already done some changes like prepare all texts for locale. Now
I am wishing to change the way it generates the _form partial. Could
someone give some guideline so I can study such thing?
I saw "template_for_inclusion" in form.rhtml but couldn''t find out
how to change it.
Being more specific, I would like to change scaffold to create
lookup combo boxes to simple tables.
An example:
I have table countries and states. States has a country_id field When
I scaffold table states I would like it to ge...