config/routes.rb in kuhsaft-0.0.3 vs config/routes.rb in kuhsaft-0.0.4
- old
+ new
@@ -3,7 +3,7 @@
namespace :admin do
resources :pages
resources :assets
end
end
- match '/:translation_locale/:slug' => 'kuhsaft/pages#show', :constraints => { :translation_locale => /[a-zA-Z]{2}/ }
+ match '/*url' => 'kuhsaft/pages#show'
end
\ No newline at end of file