From 18a24274ec823ded4ffa29bf33fd3d76816aab7e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 22 Sep 2007 18:15:05 +0000 Subject: Allow frameworks to be required by their gem name (closes #8845) [drnic] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7560 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/activesupport.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 activesupport/lib/activesupport.rb (limited to 'activesupport/lib/activesupport.rb') diff --git a/activesupport/lib/activesupport.rb b/activesupport/lib/activesupport.rb new file mode 100644 index 0000000000..69f36f7934 --- /dev/null +++ b/activesupport/lib/activesupport.rb @@ -0,0 +1 @@ +require 'active_support' -- cgit v1.2.3