Sha256: bfa1b09d5964db41cf8f02c0212b1fc764854d72d4f2e82f9581bbeab1de9e22

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true

require 'hws-transactions/models/base'

module Hws::Transactions::Models
  class TransactionEntry < Base
    belongs_to :transaction_group, class_name: 'TransactionGroup', foreign_key: 'transaction_group_id'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hws-transactions-0.1.1 lib/hws-transactions/models/transaction_entry.rb
hws-transactions-0.1.0 lib/hws-transactions/models/transaction_entry.rb