Open
Description
Say I have a record post
that has_one
author
... Including author
in the attributes hash instead of the relationships hash causes jsonapi-resources to 500 with the following:
Internal Server Error: no implicit conversion of nil into Hash /Users/adam/.rvm/gems/ruby-2.2.3/gems/jsonapi-resources-0.7.0/lib/jsonapi/resource.rb:683:in `merge'
My guess is because this is a valid relationship name, but is not a valid attribute.