I have a Rails app that needs to send out emails with a particular (MS Word) document attached. Where is the best place to put that document file?
In general, in my Rails app, if I do File.read("myFile.doc")
, what directory or directories will it look in for that file?