# File lib/her/json_api/model.rb, line 18 def self.parse(data) data.fetch(:attributes).merge(data.slice(:id)) end