Skip to content

Commit 14c5cd4

Browse files
pierrickrouxelkares
authored andcommitted
fix deprecated warning with rake tasks
1 parent 69005a4 commit 14c5cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arjdbc/railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ArJdbc
44
class Railtie < ::Rails::Railtie
55
rake_tasks do
6-
load File.expand_path('jdbc/rake_tasks.rb', File.dirname(__FILE__))
6+
load File.expand_path('tasks.rb', File.dirname(__FILE__))
77
end
88
end
99
end

0 commit comments

Comments
 (0)