Files
euchre_camp/config/settings.rb
T
2024-09-06 12:59:40 -07:00

10 lines
224 B
Ruby

# frozen_string_literal: true
module EuchreCamp
class Settings < Hanami::Settings
# Define your app settings here, for example:
#
# setting :my_flag, default: false, constructor: Types::Params::Bool
end
end