method

javascript_path

javascript_path(source)
public

No documentation available.

# File actionpack/lib/sprockets/helpers/rails_helper.rb, line 71
      def javascript_path(source)
        path_to_asset(source, :ext => 'js')
      end