APIdock / Ruby on Rails
/
Browse About
method

_new

v7.2.3 - Show latest stable - Class: ActiveRecord
_new(attributes, &block)
private

No documentation available.

# File activerecord/lib/active_record/association_relation.rb, line 31
      def _new(attributes, &block)
        @association.build(attributes, &block)
      end

Related methods

  • Instance methods
  • ciphertext_for
  • decrypt
  • encrypt
  • encrypted_attribute?
  • Class methods
  • db_warnings_action
  • db_warnings_action=
  • db_warnings_ignore
  • default_timezone=
  • deprecator
  • gem_version
  • lazily_load_schema_cache
  • legacy_connection_handling=
  • schema_cache_ignored_tables
  • version
  • Private methods
  • private_create
  • private_create!
  • private_create_record
  • private_new
  • privatebuild_decrypt_attribute_assignments
  • privatebuild_encrypt_attribute_assignments
  • privatecant_modify_encrypted_attributes_when_frozen
  • privatedecrypt_attributes
  • privateencrypt_attributes
  • privateexec_queries
  • privatehas_encrypted_attributes?
  • privatevalidate_encryption_allowed
APIdock API Documentation Browser

Measure software delivery performance with DORA metrics in Swarmia.

© 2026 APIdock