From 403f27096877f7cf557c001e1320b593feb316d6 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 16 Oct 2016 23:38:05 -0400 Subject: [PATCH] star count --- app/models/map.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/map.rb b/app/models/map.rb index 06f71b98..3f5a0a16 100644 --- a/app/models/map.rb +++ b/app/models/map.rb @@ -66,7 +66,7 @@ class Map < ApplicationRecord contributors.length end - def start_count + def star_count stars.length end