diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-01 15:00:13 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-01 15:00:13 -0200 |
commit | c465cdd5038e1945f13cae840f8fa8cb189088ee (patch) | |
tree | ae5e9a67ae28723db07d313c33fccc238a9e1262 /activemodel/lib/active_model/validations/format.rb | |
parent | 4ef891189dc73e0d9aede828a65cbc736d7a561e (diff) | |
parent | c551178f1b210c6becdf9612814e1c33fbcca2a5 (diff) | |
download | rails-c465cdd5038e1945f13cae840f8fa8cb189088ee.tar.gz rails-c465cdd5038e1945f13cae840f8fa8cb189088ee.tar.bz2 rails-c465cdd5038e1945f13cae840f8fa8cb189088ee.zip |
Merge pull request #17474 from kuldeepaggarwal/fix-indentaion
add missing space.[ci skip]
Diffstat (limited to 'activemodel/lib/active_model/validations/format.rb')
-rw-r--r-- | activemodel/lib/active_model/validations/format.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/format.rb b/activemodel/lib/active_model/validations/format.rb index ff3e95da34..02478dd5b6 100644 --- a/activemodel/lib/active_model/validations/format.rb +++ b/activemodel/lib/active_model/validations/format.rb @@ -54,7 +54,7 @@ module ActiveModel module HelperMethods # Validates whether the value of the specified attribute is of the correct - # form, going by the regular expression provided.You can require that the + # form, going by the regular expression provided. You can require that the # attribute matches the regular expression: # # class Person < ActiveRecord::Base |