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