lib/closer.rb in closer-0.1.2 vs lib/closer.rb in closer-0.1.3

- old
+ new

@@ -4,6 +4,10 @@ require 'closer/rails/engine' require 'closer/rails/railtie' end module Closer + + def self.config + @@config ||= Closer::Config.new + end end