Method: Propshaft::Helper#all_stylesheets_paths
- Defined in:
- lib/propshaft/helper.rb
#all_stylesheets_paths ⇒ Object
Returns a sorted and unique array of logical paths for all stylesheets in the load path.
21 22 23 |
# File 'lib/propshaft/helper.rb', line 21 def all_stylesheets_paths Rails.application.assets.load_path.asset_paths_by_type("css") end |