We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6184e01 commit d99035dCopy full SHA for d99035d
1 file changed
lib/parse/query.rb
@@ -480,6 +480,11 @@ def includes(*fields)
480
self # chaining
481
end
482
483
+ # alias for includes
484
+ def include(*fields)
485
+ includes(**fields)
486
+ end
487
+
488
# Combine a list of {Parse::Constraint} objects
489
# @param list [Array<Parse::Constraint>] an array of Parse::Constraint subclasses.
490
# @return [self]
0 commit comments