Class: SearchIconsCity

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

Overview

Schema Information

Table name: search_icons_cities

city_id        :integer          not null
search_icon_id :integer          not null

Indexes

index_search_icons_cities_on_city_id         (city_id)
index_search_icons_cities_on_search_icon_id  (search_icon_id)
index_search_icons_cities_unique             (search_icon_id,city_id) UNIQUE

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url