Skip to content

Commit 6df3358

Browse files
authored
Merge pull request rails#53157 from mjankowski/activemodel-conversion-doc-links
Link to all methods from `ActiveModel::Conversion` comments [ci skip]
2 parents 4ad93b5 + 9f6dd15 commit 6df3358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activemodel/lib/active_model/conversion.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ActiveModel
44
# = Active \Model \Conversion
55
#
6-
# Handles default conversions: to_model, to_key, to_param, and to_partial_path.
6+
# Handles default conversions: #to_model, #to_key, #to_param, and #to_partial_path.
77
#
88
# Let's take for example this non-persisted object.
99
#

0 commit comments

Comments
 (0)