Sha256: ec8870f6e9ea33ee02cc44be72b90f7653146470a141f314f9f5b4a4168f1566
Contents?: true
Size: 261 Bytes
Versions: 27
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Sandwich include Mongoid::Document has_and_belongs_to_many :meats field :name, type: String belongs_to :posteable, polymorphic: true accepts_nested_attributes_for :posteable, autosave: true end
Version data entries
27 entries across 27 versions & 2 rubygems