Created
October 26, 2015 00:59
-
-
Save jkthorne/e5a1688330244c396ffa to your computer and use it in GitHub Desktop.
This file contains 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(1)> alias BuzzwordBingo.User | |
nil | |
iex(2)> alias BuzzwordBingo.User.Repo | |
nil | |
iex(3)> Repo.all(User) | |
** (UndefinedFunctionError) undefined function: BuzzwordBingo.User.Repo.all/1 (module BuzzwordBingo.User.Repo is not available) | |
BuzzwordBingo.User.Repo.all(BuzzwordBingo.User) | |
iex(3)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment