app/models/unidom/party/government_agency.rb in unidom-party-0.5 vs app/models/unidom/party/government_agency.rb in unidom-party-0.6
- old
+ new
@@ -1,5 +1,6 @@
# Government Agency 是政府机构。
+# function_code 是行政职能代码: PLST: Police Station 公安局, PLSS: Police Sub-Station 派出所
class Unidom::Party::GovernmentAgency < ActiveRecord::Base
self.table_name = 'unidom_government_agencies'
validates :name, presence: true, length: { in: 2..self.columns_hash['name'].limit }