Rails routing by anchor identifier
Hey I'm looking for how to define a route under t开发者_JS百科he anchor identifier ie:
match '/#/pages/home' => 'pages#home'
or
match '/#/posts/:id' => 'posts#get'
# is a special character and you cannot really do that. But even if you could, why would you want to ?
精彩评论