class Avram::HabitatSettings

Defined in:

avram.cr

Class Method Summary

Instance methods inherited from class Object

blank_for_validates_required? : Bool blank_for_validates_required?

Class Method Detail

def self.database_to_migrate : Avram::Database.class #

def self.database_to_migrate=(value : Avram::Database.class) #

def self.database_to_migrate? #

Used for checking missing settings on non-nilable types It's advised to use database_to_migrate in your apps to ensure the propper type is checked.


def self.i18n_backend : Avram::I18nBackend #

def self.i18n_backend=(value : Avram::I18nBackend) #

def self.i18n_backend? #

Used for checking missing settings on non-nilable types It's advised to use i18n_backend in your apps to ensure the propper type is checked.


def self.lazy_load_enabled : Bool #

def self.lazy_load_enabled=(value : Bool) #

def self.lazy_load_enabled? #

Used for checking missing settings on non-nilable types It's advised to use lazy_load_enabled in your apps to ensure the propper type is checked.


def self.query_cache_enabled : Bool #

def self.query_cache_enabled=(value : Bool) #

def self.query_cache_enabled? #

Used for checking missing settings on non-nilable types It's advised to use query_cache_enabled in your apps to ensure the propper type is checked.


def self.time_formats : Array(String) #

def self.time_formats=(value : Array(String)) #

def self.time_formats? #

Used for checking missing settings on non-nilable types It's advised to use time_formats in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values