private Method

AssetTagHelper.join_asset_file_contents(paths)

There's no documentation for this item.

Source Code

# 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.