Skip to content

Commit 9f6dd15

Browse files
committed
Link to all methods from ActiveModel::Conversion comments
1 parent 4ad93b5 commit 9f6dd15

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)