Class: VoucherPackageType

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

Overview

typed: ignore

Schema Information

Table name: voucher_package_types

id           :bigint           not null, primary key
package_type :string(191)
created_at   :datetime         not null
updated_at   :datetime         not null
voucher_id   :integer

Indexes

index_voucher_package_types_on_package_type  (package_type)
index_voucher_package_types_on_voucher_id    (voucher_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url