From ebc4c607a7859c9c35246d7fe74a17208ef3a66e Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 22 Jun 2015 15:52:47 +0200 Subject: docs, :scissors: wrongly placed heading. [ci skip] The heading "Active Model Length Validator" was shown on the "ActiveModel::Validations" page without any text following it. --- activemodel/lib/active_model/validations/length.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/validations/length.rb b/activemodel/lib/active_model/validations/length.rb index c22a58f9e1..2ea740b56b 100644 --- a/activemodel/lib/active_model/validations/length.rb +++ b/activemodel/lib/active_model/validations/length.rb @@ -1,8 +1,6 @@ require "active_support/core_ext/string/strip" module ActiveModel - - # == Active \Model Length Validator module Validations class LengthValidator < EachValidator # :nodoc: MESSAGES = { is: :wrong_length, minimum: :too_short, maximum: :too_long }.freeze -- cgit v1.2.3