app/models/unidom/party/government_agency.rb in unidom-party-1.7 vs app/models/unidom/party/government_agency.rb in unidom-party-1.7.1
- old
+ new
@@ -1,7 +1,7 @@
# Government Agency 是政府机构。
# function_code 是行政职能代码: PLST: Police Station 公安局, PLSS: Police Sub-Station 派出所
-class Unidom::Party::GovernmentAgency < ActiveRecord::Base
+class Unidom::Party::GovernmentAgency < Unidom::Party::ApplicationRecord
self.table_name = 'unidom_government_agencies'
include Unidom::Common::Concerns::ModelExtension
include Unidom::Party::Concerns::AsSourceParty