# File lib/her/model/relation.rb, line 51
      def respond_to?(method, *args)
        super || fetch.respond_to?(method, *args)
      end