I’m working on a straight forward rails app. One thing that has me
puzzled is the generated hyperlinks in rails,
<%= link_to ‘Home’, :controller => ‘my_controller’, :action => ‘index’
%>
generates a hyperlink like:
when I’d expect:
I’m a novice, is there something in the .htaccess I need to change or in
the routes.rb file, so I get a hyperlink in the format of the latter.
Thanks
T