Skip to content

Commit

Permalink
Link to all methods from ActiveModel::Conversion comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Oct 3, 2024
1 parent 4ad93b5 commit 9f6dd15
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 9f6dd15

Please sign in to comment.