lib/graphiti/adapters/null.rb in graphiti-1.0.rc.21 vs lib/graphiti/adapters/null.rb in graphiti-1.0.rc.22
- old
+ new
@@ -66,21 +66,9 @@
def filter_integer_lte(scope, attribute, value)
scope
end
- def filter_datetime_eq(scope, attribute, value)
- scope
- end
-
- def filter_datetime_not_eq(scope, attribute, value)
- scope
- end
-
- def filter_datetime_lte(scope, attribute, value)
- scope
- end
-
def filter_float_eq(scope, attribute, value)
scope
end
def filter_float_not_eq(scope, attribute, value)