aboutsummaryrefslogtreecommitdiff
path: root/lib/some/config.rb
blob: 916db0cae0097b4ea7f0d7204e52151e3e61761a (plain)
1
2
3
4
5
# frozen_string_literal: true

class Config
  attr_accessor :database_path
end