Flowdock
method

join_asset_file_contents

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: AssetIncludeTag
join_asset_file_contents(paths) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb, line 120
          def join_asset_file_contents(paths)
            paths.collect { |path| File.read(asset_file_path!(path, true)) }.join("\n\n")
          end
Register or log in to add new notes.