Initial commit
This commit is contained in:
9
config/settings.rb
Normal file
9
config/settings.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module ClashDeckGenerator
|
||||
class Settings < Hanami::Settings
|
||||
# Define your app settings here, for example:
|
||||
#
|
||||
# setting :my_flag, default: false, constructor: Types::Params::Bool
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user