aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/configs/routes.rb')
-rw-r--r--railties/configs/routes.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/railties/configs/routes.rb b/railties/configs/routes.rb
new file mode 100644
index 0000000000..0ff18338d0
--- /dev/null
+++ b/railties/configs/routes.rb
@@ -0,0 +1,11 @@
+ActionController::Routing::Routes.draw do |map|
+ # Add your own custom routes here.
+ # The priority is based upon order of creation: first created -> highest priority.
+
+ # Here's a sample route:
+ # map.connect 'products/:id', :controller => 'catalog', :action => 'view'
+ # Keep in mind you can assign values other than :controller and :action
+
+ # Install the default route as the lowest priority.
+ map.connect ':controller/:action/:id'
+end