Class: TicketGroupCustomLabel

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

Overview

Schema Information

Table name: ticket_group_custom_labels

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

Indexes

ticket_group_custom_label_index  (custom_label_id,ticket_group_id) UNIQUE

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url