method

_create

rails latest stable - Class: ActiveRecord

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

_create(attributes, &block)
private

No documentation available.

# File activerecord/lib/active_record/association_relation.rb, line 35
      def _create(attributes, &block)
        @association.create(attributes, &block)
      end