"/#action" Route in Routes.rb in Ruby on Rails
- by hagope
How can I create a route of this format (in Ruby on Rails routes.rb file):
/#action/id
Specifically with the "#" character inserted before the action controller...for example, see http://lala.com/#album/some-album-id
thanks!