fix
This commit is contained in:
parent
93c9ad6eba
commit
6432bbe67b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ describe StatisticsPresenter do
|
||||||
"name" => AppConfig.settings.pod_name,
|
"name" => AppConfig.settings.pod_name,
|
||||||
"network" => "Diaspora",
|
"network" => "Diaspora",
|
||||||
"version" => AppConfig.version_string,
|
"version" => AppConfig.version_string,
|
||||||
"registrations_open" => AppConfig.settings.enable_registrations,
|
"registrations_open" => AppConfig.settings.enable_registrations?,
|
||||||
"total_users" => User.total_users.count,
|
"total_users" => User.total_users.count,
|
||||||
"active_users_halfyear" => User.halfyear_actives.count,
|
"active_users_halfyear" => User.halfyear_actives.count,
|
||||||
"active_users_monthly" => User.monthly_actives.count,
|
"active_users_monthly" => User.monthly_actives.count,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue