Fix error admins/weekly_user_stats

This commit is contained in:
movilla 2012-07-07 22:33:56 +03:00
parent 2ff89ed33d
commit 5eab1226f6

View file

@ -42,7 +42,7 @@ class AdminsController < ApplicationController
# @segment = "#{@created_users_by_week[(params[:week])]}"
@counter = "#{@created_users_by_week[(params[:week])].count}"
else
@segment = "date not found"
@counter = ""
end
end