Stylesheet_link_tag :all versus :media =>all

后端 未结 4 1074
面向向阳花
面向向阳花 2020-12-29 12:40

I created a new Rails application from a scaffold, but the tutorial claims the following will appear:

<%= stylesheet_link_tag    \"application\", :media =         


        
4条回答
  •  鱼传尺愫
    2020-12-29 13:00

    The second one not about media type, it's mean include all .css from stylesheets directory on non asset pipeline project.

    stylesheet_link_tag :all # =>
    
    
    
    

提交回复
热议问题