Sha256: da158ac0ab699d6e6299ba3cee105974325322de0b60ead7d20a0ac9dfc754cd
Contents?: true
Size: 243 Bytes
Versions: 29
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true 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
29 entries across 29 versions & 1 rubygems