module JSONAPI::ControllerHelpers::Parsing

def jsonapi_attributes

def jsonapi_attributes
  (jsonapi_params[:attributes] || {}).to_h
end