Stephen Dolan
Stephen Dolan
@CodingAnarchy were you able to solve this issue without whitelisting? I'm running into the same issue, and would prefer not to whitelist the whole association.
@CodingAnarchy did you also have an ActiveStorage attachment on the `Family` model, by chance?
If anyone stumbles across this issue looking for a responsive solution: ```scss @include mobile { .tabs ul { flex-direction: column; li { width: 100%; } } } ```
@gfoiani Did you ever solve this? It's the same approach I'd like to take with my AASM model.
@kefahi Do you have plans to apply the requested changes? This would save me an extra API call I'm manually making, as well 😄
@msa7 It had something to do with this user setting:  When that box was checked, I'd get no email in the default response and...
In reviewing the code I'd previously written, @kefahi, I do wonder if it'd be better to search for the primary email explicitly rather than just pulling the first one from...
6.4.1 actually appears to have broken more than just Orbit. Does your JavaScript console show an error like `foundation() is not a function`? Another user posted an issue in the...
@bf4 Is this still an issue? It's still listed as a warning in [the caching guide](https://github.com/rails-api/active_model_serializers/blob/master/docs/general/caching.md) in master, but I can't seem to find any updates.