We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.find_by_xxx
If I understand correctly, I think it is currently as follows
# NG Article.find_by_id(target_id) # -> error: find_by_id not found # OK Article.find_by(id: target_id) # -> no error
I would like Tapioca to support the generation of .find_by_xxx.
Do you have plans to do so?
Activity