Skip to content

Commit

Permalink
Fix rails:update:scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Dec 1, 2009
1 parent 44587b7 commit fe31910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/framework.rake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace :rails do

namespace :update do
def invoke_from_app_generator(method)
require 'generators'
require 'rails/generators'
require 'rails/generators/rails/app/app_generator'

generator = Rails::Generators::AppGenerator.new ["rails"], { :with_dispatchers => true },
Expand Down

0 comments on commit fe31910

Please sign in to comment.