I'm new to Rails (coming from .Net). My web app is supposed to pick up and include the /app/assets/stylesheets/application.css file. The haml file is displayed without the css markup and without any notation of including the css file.
This is a bare bones site with not many files. Where is the config to make sure the haml brings in the css file and displays the final page with css formatting?