1
0
Fork 0
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:
yui-knk 2015-03-31 20:53:38 +09:00
parent 347266280e
commit fd94aa4d57

View file

@ -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