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