I have noticed that every page other than my root path is not rendering any css. when I look at the page’s source code via “inspect” all it is rendering is the html tags. No or …
Anyone know the culprit to this?
I have noticed that every page other than my root path is not rendering any css. when I look at the page’s source code via “inspect” all it is rendering is the html tags. No or …
Anyone know the culprit to this?
Are you rendering the layout in your controller?
what you are describing would happen if you have layout: false in your controller definition or as a parameter in your render call.