method

compute_public_path

rails latest stable - Class: Sprockets::Helpers::RailsHelper::AssetPaths

Method deprecated or moved

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

compute_public_path(source, dir, ext=nil, include_host=true, protocol=nil)
public

No documentation available.

# File actionpack/lib/sprockets/helpers/rails_helper.rb, line 111
        def compute_public_path(source, dir, ext=nil, include_host=true, protocol=nil)
          super(source, asset_prefix, ext, include_host, protocol)
        end