Displaying 1 result from an estimated 1 matches for "stricteruser".
2006 Apr 16
5
Granular model validation based around controller actions?
How can I achieve granular control over the validation for different
controllers? I create users from an administration controller, but I
don''t want to fill in all their information fields, just have their name
and email address. When they accept the invitation, I want to implement
validation on the other fields.
I have looked at using :on => :update, but I would have to make the