test/applications/rails31/main/config/routes.rb in tabulous-1.0.3 vs test/applications/rails31/main/config/routes.rb in tabulous-1.1.0

- old
+ new

@@ -3,9 +3,10 @@ root :to => "home#index" match 'subtabs/one' => 'subtabs#one' match 'subtabs/two' => 'subtabs#two' match 'subtabs/three' => 'subtabs#three' + match 'notabs' => 'no_tabs#index' resources :galaxies resources :stars resources :planets