Flowdock
method

compute_paths

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: AssetIncludeTag
compute_paths(*args) 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 71
          def compute_paths(*args)
            expand_sources(*args).collect { |source| path_to_asset_source(source) }
          end
Register or log in to add new notes.