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

9 lines
150 B
Ruby
Raw Normal View History

2011-11-25 15:06:17 +00:00
require "vendor-all-the-javascripts/version"
2011-11-25 16:32:29 +00:00
module VendorAllTheJavaScripts
if defined?(Rails)
class Railtie < Rails::Engine
2011-11-25 15:06:17 +00:00
end
end
end