From 5cd021393c6b17072c240b37900ece904b132c59 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 Apr 2005 17:37:20 +0000 Subject: Tests for AS git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1138 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/loading_module_components/list/list_controller.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 activesupport/test/loading_module_components/list/list_controller.rb (limited to 'activesupport/test/loading_module_components') 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 -- cgit v1.2.3