star count

This commit is contained in:
Connor Turland 2016-10-16 23:38:05 -04:00
parent 1983f695b8
commit 403f270968

View file

@ -66,7 +66,7 @@ class Map < ApplicationRecord
contributors.length contributors.length
end end
def start_count def star_count
stars.length stars.length
end end