diff options
Diffstat (limited to 'lib/some/config.rb')
-rw-r--r-- | lib/some/config.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/some/config.rb b/lib/some/config.rb new file mode 100644 index 0000000..916db0c --- /dev/null +++ b/lib/some/config.rb @@ -0,0 +1,5 @@ +# frozen_string_literal: true + +class Config + attr_accessor :database_path +end |