lib/mongoid/association/embedded/embedded_in/buildable.rb in mongoid-7.3.5 vs lib/mongoid/association/embedded/embedded_in/buildable.rb in mongoid-7.4.0

- old
+ new

@@ -1,15 +1,12 @@ # frozen_string_literal: true -# encoding: utf-8 module Mongoid module Association module Embedded class EmbeddedIn # The Builder behavior for embedded_in associations. - # - # @since 7.0 module Buildable include Threaded::Lifecycle # This builder doesn't actually build anything, just returns the # parent since it should already be instantiated.