link_to method of different controller

you don’t need to type “music_controller”, type “music” is enough, so the code should be

link_to ‘Welcome Page’,:controller=>“welcome”,:action=>“index”