Class: HomeSectionTag
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- HomeSectionTag
- 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)