Skip to content

Commit

Permalink
Changed default example to AJAX example
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 7, 2008
1 parent dc35d0e commit ba5860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
@@ -1,5 +1,5 @@
ActionController::Routing::Routes.draw do |map|
map.default '', :controller => "users"
map.default '', :controller => "orders"
map.resources :users
map.resources :orders
end

0 comments on commit ba5860a

Please sign in to comment.