lib/active_support/i18n.rb in activesupport-3.0.1 vs lib/active_support/i18n.rb in activesupport-3.0.2

- old
+ new

@@ -1,6 +1,7 @@ begin require 'i18n' + require 'active_support/lazy_load_hooks' rescue LoadError => e $stderr.puts "You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install" raise e end