diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-10 17:37:20 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-10 17:37:20 +0000 |
commit | 5cd021393c6b17072c240b37900ece904b132c59 (patch) | |
tree | da7a4f5c9a4866a6dbf7497be3f35135fc900100 /activesupport/test/loading_module_components/list | |
parent | 9a97cb25eb37c2cf9eb3ab4b0c4350db0bf66678 (diff) | |
download | rails-5cd021393c6b17072c240b37900ece904b132c59.tar.gz rails-5cd021393c6b17072c240b37900ece904b132c59.tar.bz2 rails-5cd021393c6b17072c240b37900ece904b132c59.zip |
Tests for AS
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1138 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/test/loading_module_components/list')
-rw-r--r-- | activesupport/test/loading_module_components/list/list_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |