method
    
    javascript_src_tag
 
  javascript_src_tag(source, options)
  private
  
    Hide source    
    
      
  
# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 551 def javascript_src_tag(source, options) content_tag("script", "", { "type" => Mime::JS, "src" => path_to_javascript(source) }.merge(options)) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   
    
     
   
   
   = protected
 = protected
  