Displaying 2 results from an estimated 2 matches for "auto_update_map".
2006 Aug 31
0
time_zone_select Acting Funky
...39;'user'', ''default_timezone'') %>
I have an instance variable called user and that model has an attribute
called ''default_timezone''.
The list displays and when I submit the form, I see it sends the data:
Parameters: {"user"=>{"auto_update_map"=>"1", "default_timezone"=>"London"},
"device"=>{"81"=>{"nickname"=>"BonzoHunter"}}, "Submit"=>"Save Changes",
"action"=>"update_prefs", "controller"=>...
2006 Sep 01
0
time_zone_select Doesn't Update in Save
...%>
I have an instance variable called user and that model has an attribute
called ''default_timezone''. This is all inside a nice form_form construct.
The list of time zones displays and when I submit the form, I see it sends
the data:
Parameters: {"user"=>{"auto_update_map"=>"1", "default_timezone"=>"London"},
"device"=>{"81"=>{"nickname"=>"BonzoHunter"}}, "Submit"=>"Save Changes",
"action"=>"update_prefs", "controller"=>...