mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a462a76bd3
When using stylesheet_link_tag(:all) or javascript_include_tag(:all), assets directories are searched for css or js files. When config.serve_static_assets is set to true, those files can be served directly from engine's directories. That's why assets paths should be set individually for controllers inside engine if we want to serve static assets with ActionDispatch::Static |
||
---|---|---|
.. | ||
paths.rb |