Topic: Rails stylesheet
I am going through the railstutorial.org tutorial and they said that rails likes to keep their CSS stylesheet in the public/stylesheets directory. I don't have that folder in my public directory. Am I supposed to create one and populate it with CSS stylesheets or did I not install it properly? If it's the latter, does anyone know how I can fix it?
Thank you!