Class: Sprockets::Helpers::FilePath

Inherits:
BasePath
  • Object
show all
Defined in:
lib/sprockets/helpers/file_path.rb

Overview

‘FilePath` generates a full path for a regular file in the output path. It’s used by #asset_path to generate paths when using asset tags like #javascript_include_tag, #stylesheet_link_tag, and #image_tag

Instance Attribute Summary

Attributes inherited from BasePath

#options, #uri

Method Summary

Methods inherited from BasePath

#initialize, #to_s

Constructor Details

This class inherits a constructor from Sprockets::Helpers::BasePath