We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9573c commit 1790ef9Copy full SHA for 1790ef9
activerecord/lib/active_record/associations/collection_proxy.rb
@@ -110,7 +110,7 @@ def loaded?
110
# # ]
111
112
# Finds an object in the collection responding to the +id+. Uses the same
113
- # rules as ActiveRecord::FinderMethods.find. Returns ActiveRecord::RecordNotFound
+ # rules as ActiveRecord::FinderMethods.find. Raises ActiveRecord::RecordNotFound
114
# error if the object cannot be found.
115
#
116
# class Person < ActiveRecord::Base
0 commit comments