class ActiveModel::Serializer
def serializable_hash
Returns a hash representation of the serializable
def serializable_hash node = attributes include_associations!(node) if _embed node end
def serializable_hash node = attributes include_associations!(node) if _embed node end