Closed begedin closed 7 years ago
Closes #47
JaResource.Create uses a JaResource.validation_errors type, although this type is nowhere to be found. This PR adds a definition for it as {:error, Ecto.Changeset.t} .
JaResource.Create
JaResource.validation_errors
{:error, Ecto.Changeset.t}
Whoops, thanks!
Closes #47
JaResource.Create
uses aJaResource.validation_errors
type, although this type is nowhere to be found. This PR adds a definition for it as{:error, Ecto.Changeset.t}
.