aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/format.rb
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-05-16 10:01:43 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-05-16 10:01:43 -0500
commit3004bc24706ed62ea7e4e752adc287dc92d168f5 (patch)
treef1f98a1d5a08e3e3993a530b8e0c0fc1686d7efe /activemodel/lib/active_model/validations/format.rb
parenta9e66c62e987e163cb80cd1dd71c1a2d4c7ce2b7 (diff)
downloadrails-3004bc24706ed62ea7e4e752adc287dc92d168f5.tar.gz
rails-3004bc24706ed62ea7e4e752adc287dc92d168f5.tar.bz2
rails-3004bc24706ed62ea7e4e752adc287dc92d168f5.zip
fixing removed empty lines and examples
Diffstat (limited to 'activemodel/lib/active_model/validations/format.rb')
-rw-r--r--activemodel/lib/active_model/validations/format.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/validations/format.rb b/activemodel/lib/active_model/validations/format.rb
index dae6a01829..dd87e312f9 100644
--- a/activemodel/lib/active_model/validations/format.rb
+++ b/activemodel/lib/active_model/validations/format.rb
@@ -1,4 +1,5 @@
module ActiveModel
+
# == Active Model Format Validator
module Validations
class FormatValidator < EachValidator