Miles,

> <select id="test" name="account[type]">........
>
> account.update_attributes(:params[account])
>
> property type doesn't seem to get updated
>
> does this syntax seem right ?

Did you mean to write it as:

  account.update_attributes(params[account])

--

Dan
(dkubb)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to