lib/adapters/parse_adapter.rb in dm-parse-0.3.8 vs lib/adapters/parse_adapter.rb in dm-parse-0.3.9
- old
+ new
@@ -38,9 +38,11 @@
response["results"]
rescue NotImplementedError
log :error, "Unsupported Query:"
log :error, " Model: #{model}"
log :error, " Conditions: #{query.conditions}"
+
+ raise NotImplementedError
end
# Read the "count" from Parse
# This is Parse-only
#