Jean-Philippe Poulin de Courval
Results
2
issues of
Jean-Philippe Poulin de Courval
Having a POJO with a sub-POJO as field, I want to ignore a specific field of this sub-POJO. `JsonIgnoreProperties` is useful ignoring the value but column for field remains. Here's...
csv
Using Ember-cli setup with mocha/chai as my test runner and assertions lib (using ember-cli-mocha), I have a simple model class looking like this : models/Address.js ``` import DS from "ember-data";...