rails 5.2.1
配置了:config.assets.enabled = false
但是stylesheet_link_tag的helper方法还是提示找不到静态资源 代码如下:
<%= stylesheet_link_tag "site/reset" %>
提示错误如下: ActionView::Template::Error (The asset "site/reset.css" is not present in the asset pipeline.)
public目录如下: