Skip to content

Commit

Permalink
Rails 3 style routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Jones committed Dec 13, 2012
1 parent dfe14e2 commit 3d62bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/routes.rb
@@ -1,5 +1,5 @@
Rails.application.routes.draw do |map|
# namespace 'trebuchet' do
# TrebuchetRails::Engine.routes do
Rails.application.routes do
scope "trebuchet", :module => "trebuchet_rails" do
root :to => "features#index"
get 'timeline' => "features#timeline"
Expand Down

0 comments on commit 3d62bd1

Please sign in to comment.