I created a new Rails application from a scaffold, but the tutorial claims the following will appear:
<%= stylesheet_link_tag \"application\", :media =
Please look at api docs. Here you have some quote from it:
stylesheet_link_tag :all # => stylesheet_link_tag "style", :media => "all" # =>