Sha256: 1c94196091944deb8a843cb0aef54724dedc52a3cbb6854a7384cf146443c8a8
Contents?: true
Size: 219 Bytes
Versions: 2
Compression:
Stored size: 219 Bytes
Contents
module Landable module Traffic class Country < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :country, cache: 50, find_or_create: true has_many :locations end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
landable-1.9.2 | app/models/landable/traffic/country.rb |
landable-1.9.1 | app/models/landable/traffic/country.rb |