Skip to content

Commit

Permalink
Fix markup typo for attributes_for_inspect [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Oct 30, 2024
1 parent 21ac145 commit d610c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def self.configurations
# Post.attributes_for_inspect = [:id, :title]
# Post.first.inspect #=> "#<Post id: 1, title: "Hello, World!">"
#
# When set to `:all` inspect will list all the record's attributes:
# When set to +:all+ inspect will list all the record's attributes:
#
# Post.attributes_for_inspect = :all
# Post.first.inspect #=> "#<Post id: 1, title: "Hello, World!", published_at: "2023-10-23 14:28:11 +0000">"
Expand Down

0 comments on commit d610c17

Please sign in to comment.