APIdock / Ruby on Rails
/
Browse About
method

after_save_collection_association

v6.0.0 - Show latest stable - Class: ActiveRecord::AutosaveAssociation
after_save_collection_association()
private

No documentation available.

# File activerecord/lib/active_record/autosave_association.rb, line 369
      def after_save_collection_association
        @new_record_before_save = false
      end

Related methods

  • Instance methods
  • changed_for_autosave?
  • destroyed_by_association
  • destroyed_by_association=
  • mark_for_destruction
  • marked_for_destruction?
  • reload
  • Private methods
  • private_ensure_no_duplicate_errors
  • privateafter_save_collection_association
  • privateassociated_records_to_validate_or_save
  • privateassociation_foreign_key_changed?
  • privateassociation_valid?
  • privatebefore_save_collection_association
  • privatenested_records_changed_for_autosave?
  • privatenormalize_reflection_attribute
  • privaterecord_changed?
  • privatesave_belongs_to_association
  • privatesave_collection_association
  • privatesave_has_one_association
  • privatevalidate_collection_association
  • privatevalidate_single_association
APIdock API Documentation Browser

Swarmia: the developer productivity platform for modern engineering teams.

© 2026 APIdock