class

Avram::HabitatSettings

Inherits Reference < Object

Class methods

database_to_migrate
database_to_migrate=(value : Avram::Database.class)
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.

i18n_backend
i18n_backend=(value : Avram::I18nBackend)
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.

lazy_load_enabled
lazy_load_enabled=(value : Bool)
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.

query_cache_enabled
query_cache_enabled=(value : Bool)
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.

setup_database_name
setup_database_name=(value : String)
setup_database_name?

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

time_formats
time_formats=(value : Array(String))
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.

to_h

Generates a hash using the provided values