lib/request_log_analyzer/aggregator/summarizer.rb in wvanbergen-request-log-analyzer-1.2.7 vs lib/request_log_analyzer/aggregator/summarizer.rb in wvanbergen-request-log-analyzer-1.2.8

- old
+ new

@@ -22,10 +22,10 @@ @trackers = [] end # Include missing trackers through method missing. def method_missing(tracker_method, *args) - track(tracker_method, args.first) + track(tracker_method, *args) end # Track the frequency of a specific category # <tt>category_field</tt> Field to track # <tt>options</tt> options are passed to new frequency tracker