You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I have a record post that has_oneauthor... 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.