Flowdock
method

_create_record

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::HasManyAssociation
_create_record(attributes, *) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/has_many_association.rb, line 117
        def _create_record(attributes, *)
          if attributes.is_a?(Array)
            super
          else
            update_counter_if_success(super, 1)
          end
        end
Register or log in to add new notes.