##// END OF EJS Templates
Adds jdbc rake tasks (#5404)....
Jean-Philippe Lang -
r3607:4a4bc93278d0
parent child
Show More
@@ -0,0 +1,8
1 # This file was generated by the "jdbc" generator, which is provided
2 # by the activerecord-jdbc-adapter gem.
3 #
4 # This file allows you to use Rails' various db:* tasks with JDBC.
5 if defined?(JRUBY_VERSION)
6 require 'jdbc_adapter'
7 require 'jdbc_adapter/rake_tasks'
8 end
General Comments 0
You need to be logged in to leave comments. Login now