Hi folks, really big problem example request
http://localhost:3000/freund/in/münchen
my first route in routes.rb
match ':category/in/:city' => 'home#index', :constraints => {:city => /(berlin|hamburg|münchen)/ }
and I get the error Routing Error
No route matches "/freund/in/m%C3%BCnchen"
what can I do? I postet everywhere :(