aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-13 21:07:35 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-13 21:07:35 -0500
commit8c8e09c3054865f814d967fae444853d7ac8c671 (patch)
treed64b10dd55a803105bc18586af71a6d17d906074 /activesupport/lib/active_support.rb
parenta0e43073e22bab9c4aaafa419f00c2032f8d28fd (diff)
downloadrails-8c8e09c3054865f814d967fae444853d7ac8c671.tar.gz
rails-8c8e09c3054865f814d967fae444853d7ac8c671.tar.bz2
rails-8c8e09c3054865f814d967fae444853d7ac8c671.zip
Restore AS vendor file until we get things sorted out in railties
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index db3f33618e..4dcb6191df 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -35,6 +35,7 @@ module ActiveSupport
end
require 'active_support/autoload'
+require 'active_support/vendor'
begin
require 'i18n'