From bd323b3c99437cf1a50d7b4c23a64f296859c56a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 29 Dec 2004 21:03:21 +0000 Subject: Moved support from both Action Pack and Active Record into a separate module called Active Support that can be included using svn:externals in both git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@273 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/dependencies/service_two.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 activesupport/test/dependencies/service_two.rb (limited to 'activesupport/test/dependencies/service_two.rb') diff --git a/activesupport/test/dependencies/service_two.rb b/activesupport/test/dependencies/service_two.rb new file mode 100644 index 0000000000..5205a78bb8 --- /dev/null +++ b/activesupport/test/dependencies/service_two.rb @@ -0,0 +1,2 @@ +class ServiceTwo +end \ No newline at end of file -- cgit v1.2.3