Add missing end to code example [ci-skip]

The missing `end` seems to mess-up code highlighting on https://rubydoc.info
This commit is contained in:
Petrik 2022-12-13 20:27:48 +01:00
parent b94b9bd984
commit 660533fde6

@ -610,6 +610,7 @@ def association_instance_set(name, association)
# def log_after_remove(record)
# # ...
# end
# end
#
# It's possible to stack callbacks by passing them as an array. Example:
#