class ActiveModelSerializers::Adapter::Base

def serializable_hash(_options = nil)

def serializable_hash(_options = nil)
  fail NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.'
end