Nicolas Bally bc774b8159 initial
2016-12-01 10:54:16 +01:00

5 lines
91 B
Ruby

class BigMenu < ActiveRecord::Base
belongs_to :image_file
has_many :big_menu_items
end