Sha256: 609a6becadfde610381293abbb092e0788f74668f24c74519077927d4db4b1f5

Contents?: true

Size: 125 Bytes

Versions: 18

Compression:

Stored size: 125 Bytes

Contents

class GeoLocation < ActiveRecord::Base
  belongs_to :address
  has_many :squishies, as: :squishable, dependent: :destroy
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
poly_belongs_to-1.0.0 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.3.0 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.9 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.8 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.7 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.6 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.5 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.4 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.3 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.2 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.1 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.2.0 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.1.10 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.1.9 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.1.8 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.1.7 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.1.6 test/dummy/app/models/geo_location.rb
poly_belongs_to-0.1.5 test/dummy/app/models/geo_location.rb