mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
bin/rails should use the new app generator path.
This commit is contained in:
parent
b61f6f5980
commit
05ec99eed9
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ ARGV << "--help" if ARGV.empty?
|
|||
require 'rubygems' if ARGV.include?("--dev")
|
||||
|
||||
require 'rails/generators'
|
||||
require 'generators/rails/app/app_generator'
|
||||
require 'rails/generators/rails/app/app_generator'
|
||||
|
||||
Rails::Generators::AppGenerator.start
|
Loading…
Reference in a new issue