Sha256: 66c1096cdf2d5d743dc42439e8019b7b904e036901975c080096746e9071cb25
Contents?: true
Size: 278 Bytes
Versions: 15
Compression:
Stored size: 278 Bytes
Contents
module C80Map class Area < ActiveRecord::Base belongs_to :building belongs_to :area_representator, :polymorphic => true validates :coords, uniqueness: true after_save :update_json protected def update_json MapJson.update_json end end end
Version data entries
15 entries across 15 versions & 1 rubygems