Class: Parse::Constraint::WriteableByConstraint Deprecated
- Inherits:
-
ACLWritableByConstraint
- Object
- Constraint
- ACLWritableByConstraint
- Parse::Constraint::WriteableByConstraint
- 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.