Class: CityDeliveryChannel

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

Overview

Schema Information

Table name: city_delivery_channels

id                  :bigint           not null, primary key
priority            :integer
created_at          :datetime         not null
updated_at          :datetime         not null
city_id             :bigint           not null
delivery_channel_id :bigint           not null

Indexes

index_city_delivery_channels_on_city_id              (city_id)
index_city_delivery_channels_on_delivery_channel_id  (delivery_channel_id)

typed: ignore

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url