Sha256: 60f728a950783345100ea13621d9fd297d5bd514b8e08b93d40b91c00780bb65

Contents?: true

Size: 272 Bytes

Versions: 8

Compression:

Stored size: 272 Bytes

Contents

module Landable
  module Traffic
    class Location < ActiveRecord::Base
      include Landable::Traffic::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

8 entries across 8 versions & 1 rubygems

Version Path
landable-1.9.2 app/models/landable/traffic/location.rb
landable-1.9.1 app/models/landable/traffic/location.rb
landable-1.9.0 app/models/landable/traffic/location.rb
landable-1.9.0.rc2 app/models/landable/traffic/location.rb
landable-1.9.0.rc1 app/models/landable/traffic/location.rb
landable-1.8.0 app/models/landable/traffic/location.rb
landable-1.7.1.rc1 app/models/landable/traffic/location.rb
landable-1.7.0 app/models/landable/traffic/location.rb