Sha256: 5356c5a5f69f87fc5493904b2cc9951bad0c378ad508ea730a778c102cd9e5a1
Contents?: true
Size: 223 Bytes
Versions: 27
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Survey include Mongoid::Document embeds_many :questions accepts_nested_attributes_for :questions, reject_if: ->(a){ a[:content].blank? }, allow_destroy: true end
Version data entries
27 entries across 27 versions & 2 rubygems