Skip to content

Commit d9c6391

Browse files
Doc: Prevent Attributes to be a link [ci-skip] (rails#50419)
This `Attributes` is not related to ActiveRecord's `attribute` API.
1 parent 60df089 commit d9c6391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/delegated_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module ActiveRecord
138138
#
139139
# Now you can list a bunch of entries, call <tt>Entry#title</tt>, and polymorphism will provide you with the answer.
140140
#
141-
# == Nested Attributes
141+
# == Nested \Attributes
142142
#
143143
# Enabling nested attributes on a delegated_type association allows you to
144144
# create the entry and message in one go:

0 commit comments

Comments
 (0)