aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a')
-rw-r--r--activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb b/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb
new file mode 100644
index 0000000000..d12d02f3aa
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb
@@ -0,0 +1 @@
+ModuleWithCustomConstMissing::A::B = "10" \ No newline at end of file