[Validations Guide] Add full stop to the end of sentence [ci skip]

This commit is contained in:
Francis Go 2013-10-10 00:12:57 +11:00
parent 7c6f8f8fd6
commit a46138c98e

@ -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