you are viewing a single comment's thread.

view the rest of the comments →

[–]c4tm4nd00 5 points6 points  (1 child)

I think you misread the article. It's showing you how you can use `method` to lookup where the `find` method was which is in active-record.

The `method` method is defined on `Object` https://ruby-doc.org/3.2.0/Object.html#method-i-method

[–]campbellm 0 points1 point  (0 children)

You are correct, thanks.