# File lib/mongoid/relations/metadata.rb, line 218 def embedded? @embedded ||= (macro == :embeds_one || macro == :embeds_many) end