Class: TicketGroupPaymentType

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

Overview

Schema Information

Table name: ticket_group_payment_types

id              :bigint           not null, primary key
created_at      :datetime         not null
updated_at      :datetime         not null
payment_type_id :bigint
ticket_group_id :bigint

Indexes

index_ticket_group_payment_types_on_payment_type_id  (payment_type_id)
index_ticket_group_payment_types_on_ticket_group_id  (ticket_group_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url