X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dc2a2c8ebd1a11e4a64555fda22c6859a51defff..aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a:/script/statistics diff --git a/script/statistics b/script/statistics index 912302c2e..8b79523b7 100755 --- a/script/statistics +++ b/script/statistics @@ -15,7 +15,7 @@ puts "

OpenStreetMap stats report run at #{start_time}

" begin ActiveRecord::Base.transaction do - user_count = User.where(:status => %w(active confirmed suspended)).count + user_count = User.where(:status => %w[active confirmed suspended]).count tracepoint_count = Tracepoint.count node_count = Node.where(:visible => true).count way_count = Way.where(:visible => true).count