summaryrefslogtreecommitdiff
path: root/core/config/routes.rb
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2013-12-22 06:39:37 -0800
committerazul <azul@riseup.net>2013-12-22 06:39:37 -0800
commit4c5851dfac51453571427535419469fe1b73a81d (patch)
treebc5356220eaca2465bd135f45edf8000d6c254be /core/config/routes.rb
parent5bf1462140a7aa17ea815ccc5105ace6fa878d83 (diff)
parent665964bcbba69829a4ff1e7d7bd936f90d49b3f7 (diff)
Merge pull request #131 from elijh/feature/locale-routes
locale prefix support
Diffstat (limited to 'core/config/routes.rb')
-rw-r--r--core/config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/config/routes.rb b/core/config/routes.rb
index 63f644c..1daf9a4 100644
--- a/core/config/routes.rb
+++ b/core/config/routes.rb
@@ -1,3 +1,2 @@
Rails.application.routes.draw do
- root :to => "home#index"
end