views:

461

answers:

1

Is there a way to grab the URL's hash value (e.g. the "35" in /posts/show#35) in routes.rb, or in a controller?

I'm under the impression that this is never sent to the server, but I just wanted to be sure.

Thanks!

Tom

+5  A: 

No, this is not sent to the server.

Ben