aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/with.rb
diff options
context:
space:
mode:
authorSen Zhang <sen@letslinc.com>2017-02-15 14:29:04 -0800
committerSen Zhang <sen@letslinc.com>2017-02-15 14:29:04 -0800
commitd57356bd5ad0d64ed3fb530d722f32107ea60cdf (patch)
treeceea9b283984f7d9d39666ea203c8714104a8ff6 /activemodel/lib/active_model/validations/with.rb
parenta9231d56e4a6fcbfe39518f60239d305a8a80363 (diff)
downloadrails-d57356bd5ad0d64ed3fb530d722f32107ea60cdf.tar.gz
rails-d57356bd5ad0d64ed3fb530d722f32107ea60cdf.tar.bz2
rails-d57356bd5ad0d64ed3fb530d722f32107ea60cdf.zip
change ActiveModel::Validation to ActiveModel::Validations in comments
Diffstat (limited to 'activemodel/lib/active_model/validations/with.rb')
-rw-r--r--activemodel/lib/active_model/validations/with.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/with.rb b/activemodel/lib/active_model/validations/with.rb
index e3f7a9bcb2..9227dd06ff 100644
--- a/activemodel/lib/active_model/validations/with.rb
+++ b/activemodel/lib/active_model/validations/with.rb
@@ -61,7 +61,7 @@ module ActiveModel
# The method, proc or string should return or evaluate to a +true+ or
# +false+ value.
# * <tt>:strict</tt> - Specifies whether validation should be strict.
- # See <tt>ActiveModel::Validation#validates!</tt> for more information.
+ # See <tt>ActiveModel::Validations#validates!</tt> for more information.
#
# If you pass any additional configuration options, they will be passed
# to the class and available as +options+: