link_to method of different controller

Shandy Nantz wrote:

I want to link to a method of a different controller. I thought I new how to do this but the code that I have is not working:

<%= link_to 'Welcome Page', { :action => 'index', :controller => 'music_controller' } %>

Did you try it without the "_controller" part?