Sha256: 573928251752aa201225a31a98796d5048a70f8fe5bad1ef7674199eb4a8f813
Contents?: true
Size: 304 Bytes
Versions: 21
Compression:
Stored size: 304 Bytes
Contents
module JsTestCore module Resources class ImplementationsDeprecation < Resource map "/implementations" get "*" do new_path = File.path("javascripts", *params["splat"]) [301, {'Location' => new_path}, "This page has been moved to #{new_path}"] end end end end
Version data entries
21 entries across 21 versions & 6 rubygems