aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-03-31 20:53:38 +0900
committeryui-knk <spiketeika@gmail.com>2015-03-31 20:53:38 +0900
commitfd94aa4d57a7552ad40c13226caba5b022800326 (patch)
treed3a8a291591b320968629442e68768181d8f9f0d /activesupport
parent347266280efd887fd6f41ac8583ba87c9281b22e (diff)
downloadrails-fd94aa4d57a7552ad40c13226caba5b022800326.tar.gz
rails-fd94aa4d57a7552ad40c13226caba5b022800326.tar.bz2
rails-fd94aa4d57a7552ad40c13226caba5b022800326.zip
[ci skip] Replace `query methods` with `a predicate`
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/module/aliasing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/aliasing.rb b/activesupport/lib/active_support/core_ext/module/aliasing.rb
index 25e138264e..a4c40b25ff 100644
--- a/activesupport/lib/active_support/core_ext/module/aliasing.rb
+++ b/activesupport/lib/active_support/core_ext/module/aliasing.rb
@@ -45,7 +45,7 @@ class Module
end
# Allows you to make aliases for attributes, which includes
- # getter, setter, and query methods.
+ # getter, setter, and a predicate.
#
# class Content < ActiveRecord::Base
# # has a title attribute