Class: Parse::Constraint::WriteableByConstraint Deprecated

Inherits:
ACLWritableByConstraint show all
Defined in:
lib/parse/query/constraints.rb

Overview

Deprecated.

Alias of ACLWritableByConstraint. The British-spelled +:writeable_by+ operator now resolves to the SAME public-inclusive, role-expanding implementation as +:writable_by+ — previously it was a separate, strict, non-expanding constraint, so the one-letter spelling difference silently changed query semantics. For the old exact-match behavior (no implicit public, no role expansion, no missing-field), use +readable_by(..., strict: true)+ / +writable_by(..., strict: true)+ or the +:writable_by_exact+ operator.

Method Summary

Methods inherited from ACLWritableByConstraint

#build, #strict?, #writable_by