# File lib/dm-core/collection.rb, line 943 def respond_to?(method, include_private = false) super || model.respond_to?(method) || relationships.key?(method) end