admin というビューがあり、このページでのみ使用されている css ファイル admin.css を使用したいと考えています。layouts に新しいレイアウト admin.html.erb を作成しました。admin.css が管理ビューでのみ使用され、他のすべてのスタイルシートも管理ビューに含まれるように、そこに何を入力し、application.css を編集するにはどうすればよいですか?
ありがとうございました!これは、これまでのapplication.cssにあるものです
/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require bootstrap_and_overrides
*= require custom
*= require admin
*= require_self
*/