Class: InventoryMyMenuBlockage

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

Overview

Schema Information

Table name: inventory_my_menu_blockages

id             :bigint           not null, primary key
created_at     :datetime         not null
updated_at     :datetime         not null
blockage_id    :string(191)
reservation_id :integer          not null

Indexes

index_inventory_my_menu_blockages_on_reservation_id  (reservation_id) UNIQUE

Foreign Keys

fk_rails_...  (reservation_id => reservations.id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url