Skip to content

Commit 4ea6316

Browse files
tillscolleolleolle
authored andcommitted
Fix rakefile
1 parent e1d34e5 commit 4ea6316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • integration/rails7_test/src/main/ruby
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
22
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
33

4-
require File.expand_path('../config/application', __FILE__)
4+
require_relative "config/application"
55

6-
Rails::Application.load_tasks
6+
Rails.application.load_tasks

0 commit comments

Comments
 (0)