class Ktistec::Settings

Overview

Model-like class for managing site settings.

Defined in:

framework/framework.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def assign(options) #

[View source]
def errors : Hash(String, Array(String)) #

[View source]
def footer : String | Nil #

[View source]
def footer=(footer : String | Nil) #

[View source]
def host : String | Nil #

[View source]
def host=(host : String | Nil) #

[View source]
def save #

[View source]
def site : String | Nil #

[View source]
def site=(site : String | Nil) #

[View source]
def valid? #

[View source]