pastebinner/lib/configuration.rb

6 lines
247 B
Ruby
Raw Normal View History

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