There's no documentation for this item.
# File action_view/helpers/asset_tag_helper.rb, line 562 def join_asset_file_contents(paths) paths.collect { |path| File.read(File.join(ASSETS_DIR, path.split("?").first)) }.join("\n\n") end
<code/>
<pre/>
<code/>and<pre/>for code samples.