1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Explicitly require builder for to_xml

This commit is contained in:
Jeremy Kemper 2009-04-30 20:33:50 -07:00
parent 0fa1e75d41
commit 9b852af497

View file

@ -1,3 +1,5 @@
require 'builder'
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.