app/models/province.rb in china_regions-0.4.3 vs app/models/province.rb in china_regions-0.4.4

- old
+ new

@@ -1,8 +1,6 @@ -# encoding: utf-8 +# frozen_string_literal: true class Province < ActiveRecord::Base - has_many :cities, dependent: :destroy has_many :districts, through: :cities - end