aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/activesupport.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 18:15:05 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 18:15:05 +0000
commit18a24274ec823ded4ffa29bf33fd3d76816aab7e (patch)
treef89934cd709a0dccb1b033f7d6c6b0c324dfbbd9 /activesupport/lib/activesupport.rb
parent712b71371dcd6bbec6d44ca7f87f6ff31c9e11dd (diff)
downloadrails-18a24274ec823ded4ffa29bf33fd3d76816aab7e.tar.gz
rails-18a24274ec823ded4ffa29bf33fd3d76816aab7e.tar.bz2
rails-18a24274ec823ded4ffa29bf33fd3d76816aab7e.zip
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
Diffstat (limited to 'activesupport/lib/activesupport.rb')
-rw-r--r--activesupport/lib/activesupport.rb1
1 files changed, 1 insertions, 0 deletions
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'