ok, i circumvented the validation error with this little piece of code
def before_update_save(article)
article.user.email_confirmation = article.user.email
end
*however* i confirmed that the user is updated, as the timestamp
(user.updated_at) changed!
i really would like to avoid this and just "pick" a user from a menu,
without allowing new users to be created here.
any suggestions for that?
thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---