From a46138c98e7e8779eb2fa86a34ad91d36b82e97e Mon Sep 17 00:00:00 2001 From: Francis Go Date: Thu, 10 Oct 2013 00:12:57 +1100 Subject: [Validations Guide] Add full stop to the end of sentence [ci skip] --- guides/source/active_record_validations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/active_record_validations.md b/guides/source/active_record_validations.md index 0b2f0a47fa..339612ebc5 100644 --- a/guides/source/active_record_validations.md +++ b/guides/source/active_record_validations.md @@ -783,7 +783,7 @@ end Person.new.valid? # => ActiveModel::StrictValidationFailed: Name can't be blank ``` -There is also an ability to pass custom exception to `:strict` option +There is also an ability to pass custom exception to `:strict` option. ```ruby class Person < ActiveRecord::Base -- cgit v1.2.3