Hi, I am having problems with booting my application when i run Ruby app.rb i get an error saying no such file or directory.
The file should be Project_Spending_Tracker/views/index.erb from the root.
get “/” do
erb :index
end
everything was going smoothly and i have looked at many different options, any help woutl be great.