Merge pull request #3441 from movilla/master
Fix error admins/weekly_user_stats
This commit is contained in:
commit
a59320c937
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue