Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个应用程序,其中有很多视图,但它们都必须使用单个 css ...
我把我的css代码放在assests\stylesheets\application.css
assests\stylesheets\application.css
在我看来,我要补充的是:
<%= stylesheet_link_tag 'application.css' %>
但它仍然无法正常工作
尝试使用:
<%= stylesheet_link_tag 'application' %>
注意缺少.css
.css
看到这个答案https://stackoverflow.com/a/10492888/950890