For example: For model user with has_many :patrols soft_validates :patrols, :include_nested_errors => true When you call user.soft_valid? and other methods it would include the errors on the models defined by the relationship.
For example:
For model user with has_many :patrols
soft_validates :patrols, :include_nested_errors => true
When you call user.soft_valid? and other methods it would include the errors on the models defined by the relationship.