Class: ReservationMenuSection

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

Overview

typed: ignore

Schema Information

Table name: reservation_menu_sections

id                      :bigint           not null, primary key
created_at              :datetime         not null
updated_at              :datetime         not null
package_menu_section_id :integer          not null
reservation_id          :integer
reservation_menu_id     :integer

Indexes

index_reservation_menu_sections_on_package_menu_section_id  (package_menu_section_id)
index_reservation_menu_sections_on_reservation_id           (reservation_id)
index_reservation_menu_sections_on_reservation_menu_id      (reservation_menu_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url