Skip to content

Commit 660533f

Browse files
committed
Add missing end to code example [ci-skip]
The missing `end` seems to mess-up code highlighting on https://rubydoc.info
1 parent b94b9bd commit 660533f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activerecord/lib/active_record/associations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ def association_instance_set(name, association)
610610
# def log_after_remove(record)
611611
# # ...
612612
# end
613+
# end
613614
#
614615
# It's possible to stack callbacks by passing them as an array. Example:
615616
#

0 commit comments

Comments
 (0)