I would like to modify default method for rendering form (produced automatically using scaffold) so that it would fill certain field with a predefined value passed in a parameter.
I imagine the view line responsible for form rendering could look like this
<% render 'form' arg %>
Then I would like to be able to access arg
in _from.html.erb
so that I could insert it in one of the fields.