From d2c2067aafc9237a9da5cd104054d1ab8658280b Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Wed, 23 Apr 2014 06:54:03 -0700 Subject: [PATCH] Add ExpressionBuilder::contains() to docs --- docs/en/reference/working-with-associations.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/reference/working-with-associations.rst b/docs/en/reference/working-with-associations.rst index f32ec4c4c..85ffaee3a 100644 --- a/docs/en/reference/working-with-associations.rst +++ b/docs/en/reference/working-with-associations.rst @@ -702,6 +702,7 @@ methods: * ``isNull($field)`` * ``in($field, array $values)`` * ``notIn($field, array $values)`` +* ``contains($field, $value)`` .. note::