##// END OF EJS Templates
Fixed syntax for ruby1.8....
Jean-Philippe Lang -
r10742:093ecdfc730f
parent child
Show More
@@ -120,7 +120,7 class Query < ActiveRecord::Base
120 120 "ld" => :label_yesterday,
121 121 "w" => :label_this_week,
122 122 "lw" => :label_last_week,
123 "l2w" => [:label_last_n_weeks, :count => 2],
123 "l2w" => [:label_last_n_weeks, {:count => 2}],
124 124 "m" => :label_this_month,
125 125 "lm" => :label_last_month,
126 126 "y" => :label_this_year,
General Comments 0
You need to be logged in to leave comments. Login now