Created
October 13, 2015 23:50
-
-
Save djones/ae10fccfdee54f963ebb 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
alias PhoenixTodosApi.Repo | |
alias PhoenixTodosApi.Todo | |
Repo.insert!(%Todo{title: "Create the Phoenix App", is_completed: true}) | |
Repo.insert!(%Todo{title: "Prepare the Ember App", is_completed: false}) | |
Repo.insert!(%Todo{title: "Ensure the Apps Work Together", is_completed: false}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment