Class: ReservationMenu

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

Overview

typed: ignore

Schema Information

Table name: reservation_menus

id              :integer          not null, primary key
quantity        :integer          default(0), not null
created_at      :datetime         not null
updated_at      :datetime         not null
package_menu_id :integer          not null
section_id      :bigint

Indexes

index_reservation_menus_on_package_menu_id  (package_menu_id)
index_reservation_menus_on_section_id       (section_id)

Foreign Keys

fk_rails_...  (section_id => reservation_menu_sections.id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url