lib/cantango/configuration/models.rb in cantango-config-0.1.0 vs lib/cantango/configuration/models.rb in cantango-config-0.1.1
- old
+ new
@@ -7,10 +7,10 @@
include CanTango::Helpers::Debug
include Singleton
include ClassExt
def actions
- @actions ||= HashRegistry.new
+ @actions ||= Registry::Hash.new
end
def by_reg_exp reg_exp
raise "Must be a Regular Expression like: /xyz/ was #{reg_exp.inspect}" if !reg_exp.kind_of? Regexp