Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
davbooru
master
Album
Davbooru
ImportantAuthHandler
Indexer
Post
QueryBuilder
Tag
Wiki
Generated using Crystal 1.16.3
2025-12-16 03:28:51 UTC
class
Wiki
Wiki
Reference
Object
Defined in:
models/wiki.cr
Constructors
.new
(path : String, content : String)
Class Method Summary
.all_articles
.from_path
(path : String)
Instance Method Summary
#content
: String
#content=
(content : String)
#mentioned_tags
(db : DB::Database)
#path
: String
#path=
(path : String)
#title
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
]