aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_paths.rb
blob: fae2e4fc1c3e96d3e57b971808b259eed2629d4c (plain) (tree)
1
2
3
4
5
6
7
                                                                                                                           


                 
                                         
     
  
ActiveSupport::Deprecation.warn "ActionView::Helpers::AssetPaths is deprecated. Please use ActionView::AssetPaths instead."

module ActionView
  module Helpers
    AssetPaths = ::ActionView::AssetPaths
  end
end