instance method
font_path
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
font_path(source)
No documentation comment.
Parameters
-
sourcereq
Source
# File actionpack/lib/sprockets/helpers/rails_helper.rb, line 66
def font_path(source)
path_to_asset(source)
end
Defined in actionpack/lib/sprockets/helpers/rails_helper.rb line 66
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Sprockets::Helpers::RailsHelper