We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42582ee commit 606d5a4Copy full SHA for 606d5a4
dummy_app/Rakefile
@@ -2,7 +2,7 @@
2
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
4
require_relative 'config/application'
5
-# Rails.application.load_tasks
6
-require "bundler/gem_tasks"
7
-require File.expand_path('../config/application', __FILE__)
8
-DummyApp::Application.load_tasks
+Rails.application.load_tasks
+# require "bundler/gem_tasks"
+# require File.expand_path('../config/application', __FILE__)
+# DummyApp::Application.load_tasks
0 commit comments