Class: TicketGroupTnc

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

Overview

Schema Information

Table name: ticket_group_tncs

id              :bigint           not null, primary key
image           :string(191)
rank            :integer
created_at      :datetime         not null
updated_at      :datetime         not null
ticket_group_id :bigint

Indexes

index_ticket_group_tncs_on_ticket_group_id  (ticket_group_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url