Created
November 6, 2013 13:16
-
-
Save knewter/7335876 to your computer and use it in GitHub Desktop.
Error I'm getting in https://github.com/knewter/ecto_test/blob/master/lib/ecto_test/dweet.ex
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
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