diff options
Diffstat (limited to 'activesupport/test/loading_module/content_controller.rb')
-rw-r--r-- | activesupport/test/loading_module/content_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/test/loading_module/content_controller.rb b/activesupport/test/loading_module/content_controller.rb deleted file mode 100644 index 78317b0518..0000000000 --- a/activesupport/test/loading_module/content_controller.rb +++ /dev/null @@ -1,3 +0,0 @@ -class ContentController - def identifier() :outer end -end |