Richard Newman
Results
2
issues of
Richard Newman
## What is the current behavior? When deserializing (via JSON::Deserialization, #jsonapi_deserialize.call) a document where :data is an array of resources, it fails because it assumes a single resource. The error...
For instance, given the following model: ``` class SomeModel < ActiveRecord::Base has_attachment :image, accept: [:png] validates :name, presence: true # where name is an unrelated field to the image attachment...