diff options
| -rw-r--r-- | guides/source/active_record_validations.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/guides/source/active_record_validations.md b/guides/source/active_record_validations.md index 8d41987958..60f0f0f0b7 100644 --- a/guides/source/active_record_validations.md +++ b/guides/source/active_record_validations.md @@ -283,6 +283,7 @@ class Person < ActiveRecord::Base  end  ``` +This check is performed only if `terms_of_service` is not `nil`.  The default error message for this helper is _"must be accepted"_.  It can receive an `:accept` option, which determines the value that will be | 
