Class: BannerCity

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

Overview

Schema Information

Table name: banner_cities

id        :bigint           not null, primary key
banner_id :integer
city_id   :integer

Indexes

index_banner_cities_on_banner_id  (banner_id)
index_banner_cities_on_city_id    (city_id)

typed: ignore

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url