How do I route to a public folder?

What I'm trying to do is linking a domain to a public folder.

match '/:any' => '/public/something/:any', :constraints => { :host => "localhost" }

But match only accept a controller, so, how could I do this?