fix location of tasks to silence deprecation warning

This commit is contained in:
Jack Dempsey 2010-02-04 23:34:56 +08:00 committed by Jeremy McAnally
parent 4ce16b80b7
commit 035b8168e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$:.unshift(File.dirname(__FILE__) + "/../lib")
$:.unshift(File.dirname(__FILE__) + "/../../lib")
require 'routes_upgrader'
require 'gemfile_generator'
require 'application_checker'
@ -72,4 +72,4 @@ namespace :rails do
puts
end
end
end
end