mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
- Updating the dummy app template to have rails_command instead of rake
This commit is contained in:
parent
ddb7be50e8
commit
dec21eb5f6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ if ENV['AJ_ADAPTER'] == 'delayed_job'
|
|||
generate "delayed_job:active_record", "--quiet"
|
||||
end
|
||||
|
||||
rake("db:migrate")
|
||||
rails_command("db:migrate")
|
||||
|
||||
initializer 'activejob.rb', <<-CODE
|
||||
require "#{File.expand_path("../jobs_manager.rb", __FILE__)}"
|
||||
|
|
Loading…
Reference in a new issue