# File lib/dragonfly/job/fetch.rb, line 12
      def apply
        content, meta = app.datastore.read(uid)
        raise NotFound, "uid #{uid} not found" if content.nil?
        job.content.update(content, meta)
      end