Guest User

Untitled

a guest
Jul 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #Ecto.Changeset<
  2. action: :insert,
  3. changes: %{
  4. pitch_players: [
  5. #Ecto.Changeset<
  6. action: :insert,
  7. changes: %{shirt_number: 66},
  8. errors: [name: {"can't be blank", [validation: :required]}],
  9. data: #Lineup.Player<>,
  10. valid?: false
  11. >
  12. ]
  13. },
  14. errors: [],
  15. data: #Lineup<>,
  16. valid?: false
  17. >
Add Comment
Please, Sign In to add comment