method
_create_record
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
_create_record(*)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 132
def _create_record(*)
partial_writes? ? super(keys_for_partial_write) : super
end