aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/presence.rb
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-10-25 20:41:35 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-10-25 20:41:35 -0500
commit9ac095fef586bcf86ed10d31acbc4af2abb53843 (patch)
treeb89cc16129b877ad770e6aabc0cca003a31fbc24 /activemodel/lib/active_model/validations/presence.rb
parent65be1a0e7a93b2f4e308739d55516be0c58543df (diff)
downloadrails-9ac095fef586bcf86ed10d31acbc4af2abb53843.tar.gz
rails-9ac095fef586bcf86ed10d31acbc4af2abb53843.tar.bz2
rails-9ac095fef586bcf86ed10d31acbc4af2abb53843.zip
minor edits and remove mixed titles in AM::Validations docs [ci skip]
Diffstat (limited to 'activemodel/lib/active_model/validations/presence.rb')
-rw-r--r--activemodel/lib/active_model/validations/presence.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/presence.rb b/activemodel/lib/active_model/validations/presence.rb
index 70247ee4c8..ae84c376b9 100644
--- a/activemodel/lib/active_model/validations/presence.rb
+++ b/activemodel/lib/active_model/validations/presence.rb
@@ -1,7 +1,6 @@
module ActiveModel
- # == Active \Model Presence \Validator
module Validations
class PresenceValidator < EachValidator # :nodoc:
def validate(record)