Class: AddOns::CustomLabel

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

Overview

Schema Information

Table name: add_on_custom_labels

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

Indexes

add_on_custom_label_index                      (custom_label_id,add_on_id) UNIQUE
index_add_on_custom_labels_on_add_on_id        (add_on_id)
index_add_on_custom_labels_on_custom_label_id  (custom_label_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url