X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/423f5ffbc27d8e1ad2bef7b2abd3aecc227544c0..0dba53c0232385f0fd080266f9a5ce3665426293:/lib/geo_record.rb diff --git a/lib/geo_record.rb b/lib/geo_record.rb index 2740eab0c..0728a6aa1 100644 --- a/lib/geo_record.rb +++ b/lib/geo_record.rb @@ -6,10 +6,7 @@ module GeoRecord def self.included(base) base.extend(ClassMethods) - end - - def before_save - self.update_tile + base.before_save :update_tile end # Is this node within -90 >= latitude >= 90 and -180 >= longitude >= 180