Class: VoucherTransactionDetail

Inherits:
ApplicationRecord show all
Defined in:
app/models/voucher_transaction_detail.rb

Overview

Schema Information

Table name: voucher_transaction_details

id                     :bigint           not null, primary key
created_at             :datetime         not null
updated_at             :datetime         not null
voucher_id             :bigint
voucher_transaction_id :bigint

Indexes

index_voucher_transaction_details_on_voucher_id  (voucher_id)
voucher_transaction_detail_index                 (voucher_transaction_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url