method

asset_paths

rails latest stable - Class: ActionView::Helpers::AssetTagHelper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

asset_paths()
private

No documentation available.

# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 452
        def asset_paths
          @asset_paths ||= AssetTagHelper::AssetPaths.new(config, controller)
        end