diff options
| author | Xavier Noria <fxn@hashref.com> | 2010-04-14 02:30:02 -0700 |
|---|---|---|
| committer | Xavier Noria <fxn@hashref.com> | 2010-04-14 02:30:02 -0700 |
| commit | 6be04c46316dae0abcdfc38f95f00315f418898f (patch) | |
| tree | ab0b0acbf1855c223f66106bfcdedd5248a460d2 | |
| parent | dd635ec70158b92961b6c5cc729c77ecaf9592be (diff) | |
| download | rails-6be04c46316dae0abcdfc38f95f00315f418898f.tar.gz rails-6be04c46316dae0abcdfc38f95f00315f418898f.tar.bz2 rails-6be04c46316dae0abcdfc38f95f00315f418898f.zip | |
i18n -> AS/i18n
| -rw-r--r-- | activerecord/lib/active_record.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb index dd24099a4e..6a6485f35e 100644 --- a/activerecord/lib/active_record.rb +++ b/activerecord/lib/active_record.rb @@ -29,9 +29,9 @@ activemodel_path = File.expand_path('../../../activemodel/lib', __FILE__) $:.unshift(activemodel_path) if File.directory?(activemodel_path) && !$:.include?(activemodel_path) require 'active_support' +require 'active_support/i18n' require 'active_model' require 'arel' -require 'i18n' module ActiveRecord extend ActiveSupport::Autoload |
