class PageGenerator::ThreadGenerator

Overview

This class manages all thread-related actions.

Defined in:

lib/page_generator.cr

Class Method Summary

Class Method Detail

def self.getAllThreads #

Get all threads from the posts table.


[View source]
def self.getThread(id : Int) #

Get the data of the thread/root post.


[View source]