aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Go <francis.go@gmail.com>2013-10-10 00:12:57 +1100
committerFrancis Go <francis.go@gmail.com>2013-10-10 00:12:57 +1100
commita46138c98e7e8779eb2fa86a34ad91d36b82e97e (patch)
treecc3577748bcb24a2c79a9ac48e52f05eb0d64ee7
parent7c6f8f8fd6be19663d02ea418142a346adf73bbd (diff)
downloadrails-a46138c98e7e8779eb2fa86a34ad91d36b82e97e.tar.gz
rails-a46138c98e7e8779eb2fa86a34ad91d36b82e97e.tar.bz2
rails-a46138c98e7e8779eb2fa86a34ad91d36b82e97e.zip
[Validations Guide] Add full stop to the end of sentence [ci skip]
-rw-r--r--guides/source/active_record_validations.md2
1 files changed, 1 insertions, 1 deletions
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