diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/prepend.rb')
-rw-r--r-- | activesupport/test/autoloading_fixtures/prepend.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/prepend.rb b/activesupport/test/autoloading_fixtures/prepend.rb index 1bef4ab5b3..bf9e36e12c 100644 --- a/activesupport/test/autoloading_fixtures/prepend.rb +++ b/activesupport/test/autoloading_fixtures/prepend.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + class SubClassConflict end |