环境: ruby 2.6.2 rails 6.0.1 ``` ActionView::Template::Error (The asset "exception-track/application.css" is not present in the asset pipeline.): [edf072b9-9975-4f2b-9165-3a88d20bc815] 2: <html> [edf072b9-9975-4f2b-9165-3a88d20bc815] 3: <head> [edf072b9-9975-4f2b-9165-3a88d20bc815] 4: <title>Exception Track</title> [edf072b9-9975-4f2b-9165-3a88d20bc815] 5: <%= stylesheet_link_tag "exception-track/application", media: "all" %> [edf072b9-9975-4f2b-9165-3a88d20bc815] 6: <%= csrf_meta_tags %> [edf072b9-9975-4f2b-9165-3a88d20bc815] 7: </head> [edf072b9-9975-4f2b-9165-3a88d20bc815] 8: <body> ```