class ActiveModelSerializers::Adapter::Base
def serializable_hash(_options = nil)
Subclasses that implement this method must first call
def serializable_hash(_options = nil) fail NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.' end