class Avram::HabitatSettings
- Avram::HabitatSettings
- Reference
- Object
Defined in:
avram.crClass Method Summary
- .database_to_migrate : Avram::Database.class
- .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.
- .lazy_load_enabled : Bool
- .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.
- .time_formats : Array(String)
- .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
Instance methods inherited from class Object
blank_for_validates_required? : Bool
blank_for_validates_required?
Class Method Detail
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.
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.
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.