public
Description: All the extra stuff you could want for the Mack Framework.
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack-more.git
Mack::Utils::RegistryMap [#56 state:resolved]
dsutedja (author)
Sun Jul 27 13:49:13 -0700 2008
commit  698c57bb6d053fa653b458cf16a733735ca44a8b
tree    5c96ecd783a43fd82f98366a204a3331a0fe30b9
parent  35254b2482bfea484ded44ec6a3a24370bd54825
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ require 'english/numerals'
0
 
0
 fl = File.join(File.dirname(__FILE__), "mack-facets")
0
 
0
-[:inflector, :inflections, :options_merger, :hookable, :registry].each do |k|
0
+[:inflector, :inflections, :options_merger, :hookable, :registry_list, :registry_map].each do |k|
0
   path = File.join(fl, "utils", "#{k}")
0
   require path
0
 end

Comments