Skip to content

Instantly share code, notes, and snippets.

@knewter
Created November 6, 2013 13:16
Show Gist options
  • Save knewter/7335876 to your computer and use it in GitHub Desktop.
Save knewter/7335876 to your computer and use it in GitHub Desktop.
iex(9)> EctoTest.Repo.all(from(d in EctoTest.Dweet, select: d))
** (Protocol.UndefinedError) protocol Enumerable not implemented for EctoTest.Dweet
/home/jadams/elixir/elixir/lib/elixir/lib/enum.ex:1: Enumerable.impl_for!/1
/home/jadams/elixir/elixir/lib/elixir/lib/enum.ex:43: Enumerable.member?/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment