What do I have to do so that this will work in the console (assuming song is defined, obviously):
song
edit_song(:id => song.id)
> script/console song = Song.first edit_song_path(:id=>song.id)
assumes (routes.rb)
map.resources :songs