lib/tabs/config.rb in tabs-0.8.2 vs lib/tabs/config.rb in tabs-0.9.0

- old
+ new

@@ -20,7 +20,11 @@ def redis @redis ||= Redis.new end + def register_resolution(resolution, klass) + Tabs::Resolution.register(resolution, klass) + end + end end