lib/agnostic_backend/queryable/visitor.rb in agnostic_backend-0.9.8 vs lib/agnostic_backend/queryable/visitor.rb in agnostic_backend-0.9.9

- old
+ new

@@ -54,9 +54,13 @@ def visit_operations_greater_equal_and_less_equal(subject) raise NotImplementedError end + def visit_criteria_free_text(subject) + raise NotImplementedError + end + def visit_operations_not(subject) raise NotImplementedError end def visit_operations_and(subject) \ No newline at end of file