panier_app/app/models/menu_item_slug_history.rb
Nicolas Bally d744a04b28 initial
2020-10-30 22:26:40 +01:00

4 lines
79 B
Ruby

class MenuItemSlugHistory < ApplicationRecord
belongs_to :menu_item_lang
end