File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -628,15 +628,15 @@ def association_instance_set(name, association)
628
628
#
629
629
# Note: To trigger remove callbacks, you must use +destroy+ / +destroy_all+ methods. For example:
630
630
#
631
- # * <tt>firm.clients.destroy(client)</tt>
632
- # * <tt>firm.clients.destroy(*clients)</tt>
633
- # * <tt>firm.clients.destroy_all</tt>
631
+ # * <tt>firm.clients.destroy(client)</tt>
632
+ # * <tt>firm.clients.destroy(*clients)</tt>
633
+ # * <tt>firm.clients.destroy_all</tt>
634
634
#
635
635
# +delete+ / +delete_all+ methods like the following do *not* trigger remove callbacks:
636
636
#
637
- # * <tt>firm.clients.delete(client)</tt>
638
- # * <tt>firm.clients.delete(*clients)</tt>
639
- # * <tt>firm.clients.delete_all</tt>
637
+ # * <tt>firm.clients.delete(client)</tt>
638
+ # * <tt>firm.clients.delete(*clients)</tt>
639
+ # * <tt>firm.clients.delete_all</tt>
640
640
#
641
641
# == Association extensions
642
642
#
You can’t perform that action at this time.
0 commit comments