lib/parse/query.rb in parse-ruby-client-0.1.3 vs lib/parse/query.rb in parse-ruby-client-0.1.4

- old
+ new

@@ -81,9 +81,10 @@ end def in_query(field, query) query_hash = {Parse::Protocol::KEY_CLASS_NAME => query.class_name, "where" => query.where} add_constraint(field, "$inQuery" => query_hash) + self end def count @count = true self \ No newline at end of file