5 lines
247 B
Ruby
5 lines
247 B
Ruby
class Configuration
|
|
# this is going to be where i store config options like
|
|
# - database or directory. directory is built in, we just need to fine tune it a bit more
|
|
# - we will start doing just a standard sqlite file for raw pastes as a test
|
|
end
|