# File lib/dragonfly/job.rb, line 318
    def url(opts={})
      app.url_for(self, attributes_for_url.merge(opts)) unless steps.empty?
    end