I have the following code in my Rails app:
link_to('???',{:controller => 'profile', :action => 'show', :id => id})
I want to get rid of '???' and it to show the dynamically generated URL. How do I this? It's kind of like what the autolink gem does, but I want Rails to convert URL options into text, not vice versa.