class ActiveModelSerializers::Model

def self.human_attribute_name(attr, _options = {})

:nocov:
The following methods are needed to be minimally implemented for ActiveModel::Errors
def self.human_attribute_name(attr, _options = {})
  attr
end