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:
parent
0fa1e75d41
commit
9b852af497
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue