Sha256: a15fca4c8e3d71d8b3aa0f8032b608da9c9e8ff3b87d5430fa2e7aba5d20d48a
Contents?: true
Size: 350 Bytes
Versions: 14
Compression:
Stored size: 350 Bytes
Contents
## # As Region 是为行政区划提供的领域逻辑关注点。 module Unidom::Geo::Concerns::AsRegion extend ActiveSupport::Concern included do |includer| has_many :locations, class_name: 'Unidom::Geo::Location' has_many :locatings, through: :locations, source: :locatings end module ClassMethods end end
Version data entries
14 entries across 14 versions & 1 rubygems