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