We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f7c41 commit 4b6a838Copy full SHA for 4b6a838
test/dummy/config/initializers/assets.rb
@@ -5,7 +5,7 @@
5
6
# Add additional assets to the asset load path.
7
# Rails.application.config.assets.paths << Emoji.images_path
8
-Rails.application.config.assets.paths << "app/components"
+Rails.application.config.assets.paths << Rails.root.join("app/components")
9
10
# Precompile additional assets.
11
# application.js, application.css, and all non-JS/CSS in the app/assets
0 commit comments