提交 1b8497f5 编写于 作者: R Rafael França

Merge pull request #23973 from mohitnatoo/dummy-template-with-rails-command

Updating the dummy app template to have rails_command instead of rake
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
generate "delayed_job:active_record", "--quiet" generate "delayed_job:active_record", "--quiet"
end end
rake("db:migrate") rails_command("db:migrate")
initializer 'activejob.rb', <<-CODE initializer 'activejob.rb', <<-CODE
require "#{File.expand_path("../jobs_manager.rb", __FILE__)}" require "#{File.expand_path("../jobs_manager.rb", __FILE__)}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册