Flowdock
method

after_save_collection_association

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::AutosaveAssociation
after_save_collection_association() 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/autosave_association.rb, line 375
      def after_save_collection_association
        @new_record_before_save = false
      end
Register or log in to add new notes.