Sha256: 49980ca134e4c67170078553d9c0205a673c41bff76058acf03f82a17b00df44

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

module Skr

    class PaymentCategory < Model

        has_code_identifier from: 'name'

        belongs_to :gl_account, class_name: 'Skr::GlAccount', export: true

    end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stockor-0.5.0 lib/skr/models/payment_category.rb
stockor-0.4.0 lib/skr/models/payment_category.rb
stockor-0.3.0 lib/skr/models/payment_category.rb
stockor-0.2 lib/skr/models/payment_category.rb