Skip to content

Commit

Permalink
Merge pull request #44639 from pvalena/patch-4
Browse files Browse the repository at this point in the history
Add missing require to activerecord base_test.rb
  • Loading branch information
tenderlove committed Mar 8, 2022
2 parents 6b9ca00 + afde7e3 commit a65c31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/test/cases/base_test.rb
Expand Up @@ -30,6 +30,7 @@
require "models/owner"
require "concurrent/atomic/count_down_latch"
require "active_support/core_ext/enumerable"
require "active_support/core_ext/kernel/reporting"

class FirstAbstractClass < ActiveRecord::Base
self.abstract_class = true
Expand Down

0 comments on commit a65c31e

Please sign in to comment.