aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e6d30b8df..813d544dd 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -196,9 +196,3 @@ ActionController::Routing::Routes.draw do |map|
# instead of a file named 'wsdl'
# map.connect ':controller/service.wsdl', :action => 'wsdl'
end
-
-# XXX should do something like the following to load routes from separate files
-# Dir.glob("config/routes_*yml").each do |f|
-# ActionController::Routing::Translator.translate_from_file(f)
-# end
-ActionController::Routing::Translator.translate_from_file('config', 'i18n-routes.yml')