From 8cc64e77cf0e7b25fbcb9f19c2c640410a62cb89 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 20 May 2005 07:06:36 +0000 Subject: Needed for test git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1335 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/loading_module/admin/content_controller.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 activesupport/test/loading_module/admin/content_controller.rb (limited to 'activesupport') 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 -- cgit v1.2.3