Skip to content

Commit 0e9b729

Browse files
authored
Merge pull request rails#46717 from p8/activerecord/add-missing-end-to-example
Add missing end to code example [ci-skip]
2 parents b94b9bd + 660533f commit 0e9b729

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)