diff --git a/activesupport/test/loading_module_components/list/list_controller.rb b/activesupport/test/loading_module_components/list/list_controller.rb new file mode 100644 index 0000000000..415db868b2 --- /dev/null +++ b/activesupport/test/loading_module_components/list/list_controller.rb @@ -0,0 +1,2 @@ +class List::ListController +end \ No newline at end of file