app/models/unidom/geo/china/town.rb in unidom-geo-china-0.4.5 vs app/models/unidom/geo/china/town.rb in unidom-geo-china-0.4.6
- old
+ new
@@ -11,6 +11,6 @@
belongs_to :region, class_name: 'Unidom::Geo::China::Region'
scope :region_is, ->(region) { where region_id: to_id(region) }
-end
+end unless Unidom::Common::Neglection.namespace_neglected? 'Unidom::Geo::China::Town'