diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-05-20 07:06:36 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-05-20 07:06:36 +0000 |
commit | 8cc64e77cf0e7b25fbcb9f19c2c640410a62cb89 (patch) | |
tree | 3b08924d825788748745263d98919203c96e75fa | |
parent | 9bf38dec69b68ab34d6ffcc4707df14cf074caae (diff) | |
download | rails-8cc64e77cf0e7b25fbcb9f19c2c640410a62cb89.tar.gz rails-8cc64e77cf0e7b25fbcb9f19c2c640410a62cb89.tar.bz2 rails-8cc64e77cf0e7b25fbcb9f19c2c640410a62cb89.zip |
Needed for test
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1335 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | activesupport/test/loading_module/admin/content_controller.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/test/loading_module/admin/content_controller.rb b/activesupport/test/loading_module/admin/content_controller.rb new file mode 100644 index 0000000000..454dbac690 --- /dev/null +++ b/activesupport/test/loading_module/admin/content_controller.rb @@ -0,0 +1,3 @@ +class Admin::ContentController + def identifier() :inner end +end |