Sha256: e853a1464cef01f507daf88aa5665db0636924c230b6c8e65c4b0c8f727ab511

Contents?: true

Size: 263 Bytes

Versions: 10

Compression:

Stored size: 263 Bytes

Contents

module Landable
  module Traffic
    class Location < ActiveRecord::Base
      include Landable::TableName

      lookup_for :country, class_name: Country
      lookup_for :region,  class_name: Region
      lookup_for :city,    class_name: City
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
landable-1.14.0 app/models/landable/traffic/location.rb
landable-1.13.2 app/models/landable/traffic/location.rb
landable-1.13.1 app/models/landable/traffic/location.rb
landable-1.12.3 app/models/landable/traffic/location.rb
landable-1.12.2 app/models/landable/traffic/location.rb
landable-1.12.1 app/models/landable/traffic/location.rb
landable-1.11.1 app/models/landable/traffic/location.rb
landable-1.11.0 app/models/landable/traffic/location.rb
landable-1.10.0.rc2 app/models/landable/traffic/location.rb
landable-1.10.0.rc1 app/models/landable/traffic/location.rb