# File lib/mongoid/relations/cascading/strategy.rb, line 19 def initialize(document, metadata) @document, @metadata = document, metadata @relation = document.send(metadata.name) end