new(template, controller, source, include_host = true)
public

No documentation available.

# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 546
          def initialize(template, controller, source, include_host = true)
            # NOTE: The template arg is temporarily needed for a legacy plugin
            # hook that is expected to call rewrite_asset_path on the
            # template. This should eventually be removed.
            @template = template
            @controller = controller
            @source = source
            @include_host = include_host
          end