loadsys / CakePHP-Serializers

A solution to serialize CakePHP response to JSON and correspondingly deserialize JSON into CakePHP data arrays, designed primarily around building REST APIs with Ember and Ember Data.
MIT License
6 stars 1 forks source link

Update Support for Sub Object Validation Returns #100

Closed justinyost closed 9 years ago

justinyost commented 9 years ago

Validation returns for sub objects need to both return the model name in the Serializers format as well as identify the record that had the issue.