Well from the looks of it your problem is this songfile = "songs.txt" songfile.each do |line|
You are not opening the file "songs.txt" which is what you want to do I believe. Take a look at this http://ruby-doc.org/core/classes/IO.html#M002255 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

