Class: HomeSectionTag

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

Overview

Schema Information

Table name: home_section_tags

id                :bigint           not null, primary key
created_at        :datetime         not null
updated_at        :datetime         not null
home_section_id   :bigint
restaurant_tag_id :bigint

Indexes

    (home_section_id)
  (restaurant_tag_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url