Sha256: f28f5582cc1ec9b3f6ccb9353f770675231b8b90023a54d7ddba38e05d9b1f57

Contents?: true

Size: 361 Bytes

Versions: 24

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

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.
      DESTROY_FLAGS = [1, "1", true, "true"].freeze
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
mongoid-8.0.1 lib/mongoid/association/nested.rb
mongoid-7.5.0 lib/mongoid/association/nested.rb
mongoid-7.4.1 lib/mongoid/association/nested.rb
mongoid-7.4.0 lib/mongoid/association/nested.rb