Sha256: 2a5caa20dff47e1df3fb7f736efffabc66af28bf6de63d81dad16f1bacb9b053

Contents?: true

Size: 151 Bytes

Versions: 1

Compression:

Stored size: 151 Bytes

Contents

# frozen_string_literal: true

class Province < ActiveRecord::Base
  has_many :cities, dependent: :destroy
  has_many :districts, through: :cities
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
china_regions-0.4.4 app/models/province.rb