aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-12-27 15:17:44 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-12-27 15:17:44 -0800
commit292363c75fd096030091bdbe1e5afccc890cd0be (patch)
tree1fecb87a1a66fce33f90b08590e8f15df6b6fe1a /activemodel
parent5012a1558dd1483df525f1fac1e649e089be886a (diff)
downloadrails-292363c75fd096030091bdbe1e5afccc890cd0be.tar.gz
rails-292363c75fd096030091bdbe1e5afccc890cd0be.tar.bz2
rails-292363c75fd096030091bdbe1e5afccc890cd0be.zip
Use i18n
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb
index e0de27b96d..0e43a1b30a 100644
--- a/activemodel/lib/active_model.rb
+++ b/activemodel/lib/active_model.rb
@@ -55,4 +55,5 @@ module ActiveModel
end
end
+require 'active_support/i18n'
I18n.load_path << File.dirname(__FILE__) + '/active_model/locale/en.yml'