AssetIncludeTag
# File lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb, line 10 def asset_name 'javascript' end
# File lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb, line 18 def asset_tag(source, options) content_tag("script", "", { "type" => Mime::JS, "src" => path_to_asset(source) }.merge(options)) end
Generated with the Darkfish Rdoc Generator 2.