hi,

i have a model with users (which have
attr_accessible :email_confirmation, not a real db field), but it's in
a validation as in validates_presence_of.

and i have articles, which belong_to user.

when i edit an article with AS and "Add Existing" user, i get this
when saving

    * Email_confirmation can't be blank

this is telling me AS is trying to *save* a user. is this correct?

can this be avoided?

if so, ideas as to how? searching did not yield clues.

if not (saving a user cannot be avoided while editing an article), how
can i avoid the email validation issue?

i would really prefer to "pick a user" rather to even AS ask the user
to create a new one!

thanks and kudos to the AS team!

-c
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to