Missing 1.8.7 backport extensions

This commit is contained in:
Jeremy Kemper 2009-05-18 13:20:04 -07:00
parent 37453e11e9
commit a69b28a8b1
2 changed files with 3 additions and 0 deletions

@ -9,6 +9,7 @@
require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/hash/slice'
require 'active_support/core_ext/string/behavior'
require 'active_support/core_ext/symbol'
require 'active_support/core/time'
module ActiveRecord #:nodoc:

@ -1,3 +1,5 @@
require 'active_support/core_ext/integer/even_odd'
module ActiveRecord
# Raised by <tt>save!</tt> and <tt>create!</tt> when the record is invalid. Use the
# +record+ method to retrieve the record which did not validate.