config/routes.rb in kuhsaft-0.2.legacy4 vs config/routes.rb in kuhsaft-0.2
- 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'
end