Useful to store random bits of config that don't fit neatly elsewhere. Installation (using gist-dep):
gist-dep add -p app/models 519630/db_config.rb
gist-dep add -p db/migrate/20151211193900_add_config.rb 519630/migration.rb
gist-dep add -p test/models 519630/db_config_test.rb
Sure there is true key/value stores like redis that are better in most ways. But sometimes you have just a bit of key/value that you need, you are already using ActiveRecord and don't want to complexity of yet another DB. Usage: