Skip to content

Commit

Permalink
Add missing require to activerecord base_test.rb
Browse files Browse the repository at this point in the history
as  silence_warnings  is used.
  • Loading branch information
pvalena committed Mar 8, 2022
1 parent 5356664 commit afde7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/test/cases/base_test.rb
Original file line number Diff line number Diff line change
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 afde7e3

Please sign in to comment.