lib/rasti/db/nql/nodes/comparisons/greater_than.rb in rasti-db-2.2.0 vs lib/rasti/db/nql/nodes/comparisons/greater_than.rb in rasti-db-2.3.0
- old
+ new
@@ -3,13 +3,9 @@
module NQL
module Nodes
module Comparisons
class GreaterThan < Base
- def filter_condition(collection_class)
- attribute.identifier(collection_class) > argument.value
- end
-
end
end
end
end
end
\ No newline at end of file