# File lib/mongoid/relations/one.rb, line 31 def respond_to?(name, include_private = false) target.respond_to?(name, include_private) || super end