From 625af3018f041ba1471a1e87665dcc77a7f4688d Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Mon, 20 Jun 2016 22:53:02 +0200 Subject: [PATCH] increased counter --- app/models/supporter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/supporter.rb b/app/models/supporter.rb index f38aebc..7241408 100644 --- a/app/models/supporter.rb +++ b/app/models/supporter.rb @@ -4,7 +4,7 @@ class Supporter include Mongoid::Paranoia include Geocoder::Model::Mongoid - COUNTER_START = 322 + COUNTER_START = 10003 geocoded_by :address after_validation :geocode # auto-fetch coordinates