People rely on this method raising NotImplementError and working with no arguments

pull/6827/head
Gregor Schmidt 14 years ago
parent b18157da21
commit cf3a41889c
  1. 2
      app/models/report/filter/base.rb

@ -56,7 +56,7 @@ class Report::Filter
super
end
def self.available_values(user)
def self.available_values(params = {})
raise NotImplementedError, "subclass responsibility"
end

Loading…
Cancel
Save