mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Replace query methods
with a predicate
This commit is contained in:
parent
347266280e
commit
fd94aa4d57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue