From 097c0d61660aeee598900b1e748332f24eaec68e Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sat, 5 Apr 2008 11:18:05 +0000 Subject: Fix more typos and changelog git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9227 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activemodel/lib/active_model/validations/exclusion.rb | 2 +- activemodel/lib/active_model/validations/inclusion.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'activemodel/lib/active_model/validations') diff --git a/activemodel/lib/active_model/validations/exclusion.rb b/activemodel/lib/active_model/validations/exclusion.rb index 85ecf78a06..a17c517baa 100644 --- a/activemodel/lib/active_model/validations/exclusion.rb +++ b/activemodel/lib/active_model/validations/exclusion.rb @@ -11,7 +11,7 @@ module ActiveModel # # Configuration options: # * in - An enumerable object of items that the value shouldn't be part of - # * message - Specifies a customer error message (default is: "is reserved") + # * message - Specifies a custom error message (default is: "is reserved") # * allow_nil - If set to true, skips this validation if the attribute is null (default is: false) # * allow_blank - If set to true, skips this validation if the attribute is blank (default is: false) # * if - Specifies a method, proc or string to call to determine if the validation should diff --git a/activemodel/lib/active_model/validations/inclusion.rb b/activemodel/lib/active_model/validations/inclusion.rb index 0c9dce92b4..2cfa1d6107 100644 --- a/activemodel/lib/active_model/validations/inclusion.rb +++ b/activemodel/lib/active_model/validations/inclusion.rb @@ -11,7 +11,7 @@ module ActiveModel # # Configuration options: # * in - An enumerable object of available items - # * message - Specifies a customer error message (default is: "is not included in the list") + # * message - Specifies a custom error message (default is: "is not included in the list") # * allow_nil - If set to true, skips this validation if the attribute is null (default is: false) # * allow_blank - If set to true, skips this validation if the attribute is blank (default is: false) # * if - Specifies a method, proc or string to call to determine if the validation should -- cgit v1.2.3