Skip to content

Commit 606d5a4

Browse files
committed
[FIX] dummy app boot error
1 parent 42582ee commit 606d5a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dummy_app/Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
33

44
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
5+
Rails.application.load_tasks
6+
# require "bundler/gem_tasks"
7+
# require File.expand_path('../config/application', __FILE__)
8+
# DummyApp::Application.load_tasks

0 commit comments

Comments
 (0)