lib/yodeler/configuration.rb in yodeler-0.0.3 vs lib/yodeler/configuration.rb in yodeler-0.0.4

- old
+ new

@@ -1,6 +1,12 @@ module Yodeler class Configuration include ActiveSupport::Configurable config_accessor(:test) { false } + config_accessor(:default_states){ + { + unread: 0, + read: 1 + } + } end end \ No newline at end of file