# frozen_string_literal: true # encoding: utf-8 class Meat include Mongoid::Document has_and_belongs_to_many :sandwiches end