Sha256: b6d84c70cc8bf6a0b01835fd602be34e4ab3bdf8fd99e67787d65f9a48e037dc

Contents?: true

Size: 162 Bytes

Versions: 7

Compression:

Stored size: 162 Bytes

Contents

module Rearview
  class UriHelper
    def self.rearview_uri(job)
      "https://rearview.livingsocial.net/#dash/#{job.app_id}/expand/#{job.id}"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rearview-1.0.1-jruby lib/rearview/uri_helper.rb
rearview-1.0.0-jruby lib/rearview/uri_helper.rb
rearview-1.0.0.rc5-jruby lib/rearview/uri_helper.rb
rearview-1.0.0.rc4-jruby lib/rearview/uri_helper.rb
rearview-1.0.0.rc3-jruby lib/rearview/uri_helper.rb
rearview-1.0.0.rc2-jruby lib/rearview/uri_helper.rb
rearview-1.0.0.rc1-jruby lib/rearview/uri_helper.rb