Sha256: 2ee21773408c01f9ca69f30a9a9771d8f1913d454f940a3a99e1e71fb6f7f332
Contents?: true
Size: 406 Bytes
Versions: 27
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 require 'mongoid/association/nested/nested_buildable' require 'mongoid/association/nested/many' require 'mongoid/association/nested/one' module Mongoid module Association module Nested # The flags indicating that an association can be destroyed. # # @since 7.0 DESTROY_FLAGS = [1, "1", true, "true"].freeze end end end
Version data entries
27 entries across 27 versions & 2 rubygems