APIdock / Ruby on Rails
/
Browse About
method

init_internals

v7.1.3.2 - Show latest stable - Class: ActiveRecord::Persistence
init_internals()
private

No documentation available.

# File activerecord/lib/active_record/persistence.rb, line 1141
    def init_internals
      super
      @_trigger_destroy_callback = @_trigger_update_callback = nil
      @previously_new_record = false
    end

Related methods

  • Instance methods
  • becomes
  • becomes!
  • decrement
  • decrement!
  • delete
  • destroy
  • destroy!
  • destroyed?
  • increment
  • increment!
  • new_record?
  • persisted?
  • previously_new_record?
  • previously_persisted?
  • reload
  • save
  • save!
  • toggle
  • toggle!
  • touch
  • update
  • update!
  • update_attribute
  • update_attribute!
  • update_column
  • update_columns
  • Private methods
  • private_create_record
  • private_delete_row
  • private_find_record
  • private_in_memory_query_constraints_hash
  • private_query_constraints_hash
  • private_raise_readonly_record_error
  • private_raise_record_not_destroyed
  • private_raise_record_not_touched_error
  • private_touch_row
  • private_update_record
  • private_update_row
  • privateapply_scoping?
  • privatecreate_or_update
  • privatedestroy_associations
  • privatedestroy_row
  • privateinit_internals
  • privatestrict_loaded_associations
  • privateverify_readonly_attribute
APIdock API Documentation Browser

© 2026 APIdock