removes bang method

This commit is contained in:
kikito
2016-02-19 18:37:36 +01:00
parent e2891918fc
commit 20041a9893

View File

@@ -69,7 +69,7 @@ class Verification::Residence
end end
def geozone def geozone
Geozone.where(census_code: district_code).first! Geozone.where(census_code: district_code).first
end end
def district_code def district_code