class Wiki

Defined in:

models/wiki.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(path : String, content : String) #

[View source]

Class Method Detail

def self.all_articles #

[View source]
def self.from_path(path : String) #

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def mentioned_tags(db : DB::Database) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def title #

[View source]