5 lines
91 B
Ruby
5 lines
91 B
Ruby
class BigMenu < ActiveRecord::Base
|
|
belongs_to :image_file
|
|
has_many :big_menu_items
|
|
end
|