# File lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb, line 86
        def javascript_path(source)
          asset_paths.compute_public_path(source, 'javascripts', :ext => 'js')
        end