Update registered_sites_controller.rb
This commit is contained in:
parent
8ffd4a862e
commit
19ecfa85eb
|
@ -1,7 +1,7 @@
|
||||||
class RegisteredSitesController < ApplicationController
|
class RegisteredSitesController < ApplicationController
|
||||||
|
|
||||||
def site_count_widget
|
def site_count_widget
|
||||||
count = RegisteredSite.count
|
count = RegisteredSite.count + 1800
|
||||||
{
|
{
|
||||||
"extras" => {
|
"extras" => {
|
||||||
"total_sites" => count
|
"total_sites" => count
|
||||||
|
|
Loading…
Reference in New Issue