lib/cantango/configuration/localhosts.rb in cantango-config-0.1.0 vs lib/cantango/configuration/localhosts.rb in cantango-config-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
module CanTango
class Configuration
- class Localhosts < Registry
+ class Localhosts < Registry::Base
include Singleton
def default
@default ||= ['localhost', '0.0.0.0', '127.0.0.1']
end