From fd94aa4d57a7552ad40c13226caba5b022800326 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 31 Mar 2015 20:53:38 +0900 Subject: [PATCH] [ci skip] Replace `query methods` with `a predicate` --- activesupport/lib/active_support/core_ext/module/aliasing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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