Email testing support, added Gemfile.lock and compiled bumbleberry assets to gitignore.

This commit is contained in:
Godwin
2015-09-07 12:25:17 -07:00
parent 34d50cff5a
commit 83986fe51c
542 changed files with 13070 additions and 3738 deletions
+3 -1
View File
@@ -115,7 +115,9 @@ def create_org(name = nil, location = nil)
found_location = Location.new(city: l.city, territory: l.province_code, country: l.country_code, latitude: l.latitude, longitude: l.longitude)
rescue; end
if found_location.nil?
return
# let it though, we might be offline
org.save!
return org
end
end
if !name.nil?