9 lines
143 B
Crystal
9 lines
143 B
Crystal
module Application
|
|
Habitat.create do
|
|
setting name : String
|
|
end
|
|
end
|
|
|
|
Application.configure do |settings|
|
|
settings.name = "Scribe"
|
|
end
|