I have a field which is only required on certain incarnations of a particular model....
Model is Versions, field is => changes The changes field I want to be required but not for the first version that is created. Can you apply a :required statement with conditions applied to a field? I have also tried to add a, before_validation_on_create statement to my model, to populate the field with a default value for the first_version but that does not seem to have worked Any ideas, or suggestions? Thanks -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
