diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/prepend')
-rw-r--r-- | activesupport/test/autoloading_fixtures/prepend/sub_class_conflict.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/prepend/sub_class_conflict.rb b/activesupport/test/autoloading_fixtures/prepend/sub_class_conflict.rb new file mode 100644 index 0000000000..090dda3043 --- /dev/null +++ b/activesupport/test/autoloading_fixtures/prepend/sub_class_conflict.rb @@ -0,0 +1,2 @@ +class Prepend::SubClassConflict +end |