module Turbolinks::Source

Constants

VERSION

Public Class Methods

asset_path() click to toggle source
# File lib/turbolinks/source.rb, line 5
def self.asset_path
  File.expand_path("../../assets/javascripts", __FILE__)
end