lib/jquery-rails.rb in jquery-rails-1.0.9 vs lib/jquery-rails.rb in jquery-rails-1.0.10
- old
+ new
@@ -1,12 +2 @@
-module Jquery
- PROTOTYPE_JS = %w{prototype effects dragdrop controls}
-
- module Rails
- if ::Rails.version < "3.1"
- require 'jquery-rails/railtie'
- else
- require 'jquery-rails/engine'
- end
- end
-
-end
+require 'jquery/rails'
\ No newline at end of file