Skip to content

Commit

Permalink
Fix link to incorrect method in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nadrooJ committed Jul 6, 2021
1 parent 398561b commit 385c4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/errors.rb
Expand Up @@ -100,7 +100,7 @@ def initialize(message = nil, record = nil)
end

# Raised by {ActiveRecord::Base#destroy!}[rdoc-ref:Persistence#destroy!]
# when a call to {#destroy}[rdoc-ref:Persistence#destroy!]
# when a call to {#destroy}[rdoc-ref:Persistence#destroy]
# would return false.
#
# begin
Expand Down

0 comments on commit 385c4a0

Please sign in to comment.