app/models/province.rb in china_regions-0.0.5 vs app/models/province.rb in china_regions-0.1.0
- old
+ new
@@ -1,10 +1,6 @@
# encoding: utf-8
class Province < ActiveRecord::Base
-
- attr_accessible :name, :name_en, :name_abbr
-
has_many :cities, dependent: :destroy
has_many :districts, through: :cities
-
-end
\ No newline at end of file
+end