I'm a Sinatra/Ruby n00b. How do I make Ruby recognize my own image paths?
In my haml file, I have this line:
%img{:src => "/img/logo.png"}
But when I open the page I get a 404 error:
http://localhost:4567/img/logo.png Failed to load resource: the server responded with a status of 404 (Not Found)