Closed willmruzek closed 7 years ago
Apologies for the delay, can you remove all the extra fonts and CSS stuff that's not specifically related to the code change you propose? Thanks!
Huh, I completely forget why that's in the diff. I'll give it a look and update you when I've made the changes. Thanks!
It may have been part of the generated docs...
In certain situations, the model and its nested attributes are each served in their own envelope.
For example:
This pull request adds
Model.source
that is used to return any remaining attributes after the associations have parsed them.Simply, if
source
is provided and it's in the attributes,resp.source
will be returned. Otherwise, justresp
will be returned.