class LunchMeal < Base::LunchMeal
  associations_for legacy: true do |a|
    a.belongs_to :school

    a.has_many :student_lunch_orders
  end
end
