vendor-all-the-javascripts/lib/vendor-all-the-javascripts.rb
2011-11-25 11:32:29 -05:00

9 lines
150 B
Ruby

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