have the any-operator as one of our default operators

pull/6827/head
Philipp Tessenow 14 years ago
parent c656456a1e
commit 893fa820c1
  1. 2
      lib/report/operator.rb

@ -236,7 +236,7 @@ class Report::Operator
end
def self.default_operators
["=", "!"].map { |s| s.to_operator}
["=", "!", "any"].map { |s| s.to_operator}
end
attr_reader :name

Loading…
Cancel
Save