File: source.rb

package info (click to toggle)
ruby-turbolinks-source 5.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 72 kB
  • sloc: ruby: 13; makefile: 10; sh: 3
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
require 'turbolinks/source/version'

module Turbolinks
  module Source
    def self.asset_path
      File.expand_path("../../assets/javascripts", __FILE__)
    end
  end
end