global
def javascript_include_tag(path, options={})
def javascript_include_tag(path, options={}) capture_haml do haml_tag :script, options.merge(:src => asset_url(path), :type => "text/javascript") end end
def javascript_include_tag(path, options={}) capture_haml do haml_tag :script, options.merge(:src => asset_url(path), :type => "text/javascript") end end