-
-
Save nguyenvinhlinh/2ba8e9d5f925fa35222fc95ff7882b69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if user.id == product.user.id and Enum.find(product.images, nil, fn(e) -> e.id == String.to_integer(image_id) end) do | |
^^^^^^^^^^^^^^ I would like to take result of it with pattern matching | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment