vendor-all-the-javascripts/lib/vendor-all-the-javascripts.rb

9 lines
150 B
Ruby

require "vendor-all-the-javascripts/version"
module VendorAllTheJavaScripts
if defined?(Rails)
class Railtie < Rails::Engine
end
end
end