@@ -120,7 +120,7 class Query < ActiveRecord::Base | |||||
120 | "ld" => :label_yesterday, |
|
120 | "ld" => :label_yesterday, | |
121 | "w" => :label_this_week, |
|
121 | "w" => :label_this_week, | |
122 | "lw" => :label_last_week, |
|
122 | "lw" => :label_last_week, | |
123 | "l2w" => [:label_last_n_weeks, :count => 2], |
|
123 | "l2w" => [:label_last_n_weeks, {:count => 2}], | |
124 | "m" => :label_this_month, |
|
124 | "m" => :label_this_month, | |
125 | "lm" => :label_last_month, |
|
125 | "lm" => :label_last_month, | |
126 | "y" => :label_this_year, |
|
126 | "y" => :label_this_year, |
General Comments 0
You need to be logged in to leave comments.
Login now