Sha256: 8cb0f6ef4cb60686f06deafb9a5597bbb8326752257eb6324ead47d590c8e43d
Contents?: true
Size: 356 Bytes
Versions: 7
Compression:
Stored size: 356 Bytes
Contents
# Company 是公司。 class Unidom::Party::Company < ActiveRecord::Base self.table_name = 'unidom_companies' include Unidom::Common::Concerns::ModelExtension include Unidom::Party::Concerns::AsSourceParty include Unidom::Party::Concerns::AsTargetParty validates :name, presence: true, length: { in: 2..self.columns_hash['name'].limit } end
Version data entries
7 entries across 7 versions & 1 rubygems