# File lib/her/model/relation.rb, line 46
      def method_missing(method, *args, &blk)
        fetch.send(method, *args, &blk)
      end