From 84826b4ea6cdb63f5e338aefd0574c048a35762d Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Wed, 17 Feb 2016 01:42:55 -0500 Subject: Remove unused Journey code - `VERSION` shouldn't be there anymore since Journey is technically part of Action Dispatch now (and thus Action Pack, and follows the normal Rails versioning scheme) - `backwards.rb` was only in the file tree because early in the history or Journey (back in 2011!), it was moved from under the Rack namespace, to its own namespace, Journey! This file is no longer required, and is assigning constants that are no longer needed. --- actionpack/lib/action_dispatch/journey/backwards.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 actionpack/lib/action_dispatch/journey/backwards.rb (limited to 'actionpack/lib/action_dispatch/journey/backwards.rb') diff --git a/actionpack/lib/action_dispatch/journey/backwards.rb b/actionpack/lib/action_dispatch/journey/backwards.rb deleted file mode 100644 index 3bd20fdf81..0000000000 --- a/actionpack/lib/action_dispatch/journey/backwards.rb +++ /dev/null @@ -1,5 +0,0 @@ -module Rack # :nodoc: - Mount = ActionDispatch::Journey::Router - Mount::RouteSet = ActionDispatch::Journey::Router - Mount::RegexpWithNamedGroups = ActionDispatch::Journey::Path::Pattern -end -- cgit v1.2.3