Charles Barbier
Results
2
issues of
Charles Barbier
It can be a bit redundant to always pass `default_rule: nil` when validating domains if your use case never needs it.
It should raise an error or just return true with a warning. ``` ruby > deleted_immortal = Immortal.unscoped.where(:deleted => true).first > deleted_immortal.destroy RuntimeError: can't modify frozen Hash ```