Displaying 1 result from an estimated 1 matches for "validates_something_or_oth".
Did you mean:
  validates_something_or_other
  
2006 Mar 31
6
Split Validations?
I have a single table that two people enter data into. Person A creates 
the record and I need to specify certain required fields in his form. 
Person B has a separate form and she fills in additional fields and I 
need to specify that some of these are required.
Since the data is all in one table and since the validations are in the 
model, won''t Rails complain when person A tries to