Displaying 1 result from an estimated 1 matches for "uniface_version_id".
2006 Mar 23
1
Select not providing default option
...thod. The option currently held by the object will
be selected, provided that the object is available. See
options_for_select for the required format of the choices parameter."
and then goes on to provide a parameter
I find myself in that exact scenario (replace @post.person_id with
@area.uniface_version_id) but the value is not appearing as the default
when the page is loaded.
@area.uniface_version_id is definately populated (checked in the
breakpointer) but it isn''t being set as standard for some reason
(Nothing is).
The code is
Controller:
def edit
@area = Area.find(params[:id...