config/routes.rb in kuhsaft-0.2.legacy vs config/routes.rb in kuhsaft-0.2.legacy2

- old
+ new

@@ -7,7 +7,7 @@ end resources :assets end end end - match '/:locale/*url' => 'kuhsaft/pages#show', :constraints => { :locale => /\w{2}/ } + match '/*url' => 'kuhsaft/pages#show', :constraints => { :locale => /\w{2}/ } end