aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/metal/pluralmetal/app/metal/legacy_routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/fixtures/metal/pluralmetal/app/metal/legacy_routes.rb')
-rw-r--r--railties/test/fixtures/metal/pluralmetal/app/metal/legacy_routes.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/test/fixtures/metal/pluralmetal/app/metal/legacy_routes.rb b/railties/test/fixtures/metal/pluralmetal/app/metal/legacy_routes.rb
deleted file mode 100644
index 0cd3737c32..0000000000
--- a/railties/test/fixtures/metal/pluralmetal/app/metal/legacy_routes.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class LegacyRoutes < Rails::Rack::Metal
- def self.call(env)
- [301, { "Location" => "http://example.com"}, []]
- end
-end