I am simply trying to get the root path to look up a file on my machine, I am pretty new to RoR. Is there some sort of variable somewhere so I could do something like this:
def path
return '{#ROOT}/some/path/file.txt'
end
I do not want the Rails root, I want the machine root.