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