Sha256: 392dda4c9f4c395b36cf3a8b3ea91e1fe27855410e5b5212c4186e31363229c1

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

##
# Company 是公司。

class Unidom::Party::Company < Unidom::Party::ApplicationRecord

  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

1 entries across 1 versions & 1 rubygems

Version Path
unidom-party-1.8.4 app/models/unidom/party/company.rb