Skip to content

Commit

Permalink
Merge pull request rails#53157 from mjankowski/activemodel-conversion…
Browse files Browse the repository at this point in the history
…-doc-links

Link to all methods from `ActiveModel::Conversion` comments [ci skip]
  • Loading branch information
sikachu authored Oct 3, 2024
2 parents 4ad93b5 + 9f6dd15 commit 6df3358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/conversion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActiveModel
# = Active \Model \Conversion
#
# Handles default conversions: to_model, to_key, to_param, and to_partial_path.
# Handles default conversions: #to_model, #to_key, #to_param, and #to_partial_path.
#
# Let's take for example this non-persisted object.
#
Expand Down

0 comments on commit 6df3358

Please sign in to comment.