# File lib/dm-core/associations/many_to_one.rb, line 80
        def respond_to?(method, include_private = false)
          super || parent.respond_to?(method, include_private)
        end