Skip to content

Instantly share code, notes, and snippets.

@nguyenvinhlinh
Created October 26, 2016 10:28
Show Gist options
  • Save nguyenvinhlinh/2ba8e9d5f925fa35222fc95ff7882b69 to your computer and use it in GitHub Desktop.
Save nguyenvinhlinh/2ba8e9d5f925fa35222fc95ff7882b69 to your computer and use it in GitHub Desktop.
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