Skip to content

Conversation

@scottmessinger
Copy link
Member

Previously, when an enum would be loaded, it would be loaded as the. module name. When the schema was serialized, the module name wasn't changed to the string, causing the returned JSON to be something like:

%{
  status: "Elixir.MyApp.Status.Published"
}

Previously, when an enum would be loaded, it would be loaded as the. module name. When the schema was serialized, the module name wasn't changed to the string, causing the returned JSON to be something like:

```
%{
  status: "Elixir.MyApp.Status.Published"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants