Update registered_sites_controller.rb

This commit is contained in:
Harry Bomrah 2019-03-28 16:20:47 +08:00
parent 8ffd4a862e
commit 19ecfa85eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class RegisteredSitesController < ApplicationController
def site_count_widget
count = RegisteredSite.count
count = RegisteredSite.count + 1800
{
"extras" => {
"total_sites" => count