Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Rails 3 style routes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Apr 11, 2010
1 parent 55ff8a8 commit d9a9669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/routes.rb
@@ -1,5 +1,5 @@
ActionController::Routing::Routes.draw do |map|
map.namespace :conductor do |conductor|
conductor.resources :scaffolds, :routes, :annotations
Rails.application.routes.draw do
namespace :conductor do
resources :scaffolds, :routes, :annotations
end
end

0 comments on commit d9a9669

Please sign in to comment.