Class: PackageSpecialMenu

Inherits:
ApplicationRecord show all
Includes:
MultilingualCacheInvalidation
Defined in:
app/models/package_special_menu.rb

Overview

Schema Information

Table name: package_special_menus

id                         :bigint           not null, primary key
amount_per_pax             :integer
image                      :string(191)
name                       :string(191)
show_in_checkout           :boolean          default(TRUE), not null
created_at                 :datetime         not null
updated_at                 :datetime         not null
custom_special_menu_id     :string(191)
hh_package_package_attr_id :bigint
package_special_menu_id    :bigint           not null

Indexes

index_package_special_menus_on_hh_package_package_attr_id  (hh_package_package_attr_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url