module ActionView::Helpers::AssetTagHelper
Public Instance Methods
javascript_include_tag(*source)
click to toggle source
# File lib/js_namespace_rails/action_view/helpers/asset_tag_helper.rb, line 6 def javascript_include_tag(*source) if defined?(controller_path) && !@_included @_included = true concat javascript_tag(insert_hook_script, defer: 'defer') end javascript_include_tag_without_controller(*source) end
Also aliased as: javascript_include_tag_without_controller