class Blogging::CommentSchema

Defined in:

apps/blogging/schemas/comment_schema.cr

Constant Summary

FIELDS_ = {"body" => {type: "string", kwargs: {max_size: 50000}}} of Nil => Nil

Instance Method Summary

Instance Method Detail

def body : String | Nil | Nil #

def body! #

def body? #