Class: AddOns::Menu
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- AddOns::Menu
- Defined in:
- app/models/add_ons/menu.rb
Overview
Schema Information
Table name: add_on_menus
id :bigint not null, primary key
add_on_type :string(191)
image :string(191)
index_number :integer
created_at :datetime not null
updated_at :datetime not null
add_on_id :bigint
Indexes
index_add_on_menus_on_add_on_type_and_add_on_id (add_on_type,add_on_id)