mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Merge pull request #28598 from wnadeau/patch-1"
This reverts commita680a58141
, reversing changes made to842f67dd24
. Reason: I can't resist to the joke, so better to keep it there https://github.com/rails/rails/pull/28598#issuecomment-290945339.
This commit is contained in:
parent
d52573122b
commit
5993b47e54
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ module ActiveRecord
|
|||
fifth || raise_record_not_found_exception!
|
||||
end
|
||||
|
||||
# Find the forty-second record. Also known as accessing "the answer to life the universe and everything".
|
||||
# Find the forty-second record. Also known as accessing "the reddit".
|
||||
# If no order is defined it will order by primary key.
|
||||
#
|
||||
# Person.forty_two # returns the forty-second object fetched by SELECT * FROM people
|
||||
|
|
Loading…
Reference in a new issue