Sha256: 6f54e124620bf7673a2b8b41e550a06b8af8b3e4356b3b3e1639af295e098e66
Contents?: true
Size: 243 Bytes
Versions: 38
Compression:
Stored size: 243 Bytes
Contents
class SpatialCache < ActiveRecord::Base belongs_to :spatial_model, :polymorphic => true, :inverse_of => :spatial_cache def stale? spatial_model.has_spatial_features_hash? && self.features_hash != spatial_model.features_hash end end
Version data entries
38 entries across 38 versions & 1 rubygems