Fix validation error
Pre-release
Pre-release
The Jsonapi::Errors::StandardError had reversed dependency, which caused a bug that any updates to serializable_hash was ignored on rendering.
Now it's fixed.
Todo:
- cover errors code with tests to prevent situation like this in the future