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
Revert "Revert "more distributed routes refactoring [#8]""

This reverts commit 6d1b078316848a1588a4df6fb6942b98d21aca45.
dsutedja (author)
Tue Aug 05 08:37:36 -0700 2008
commit  d99fce1cec8e653cb1f75ffc66259e7a94c83950
tree    cea6f7f5b7b30b1bfa01e3acd6169653f5697506
parent  6d1b078316848a1588a4df6fb6942b98d21aca45
...
40
41
42
 
43
44
45
...
40
41
42
43
44
45
46
0
@@ -40,5 +40,6 @@ Mack::Routes.after_class_method(:build) do
0
     
0
     d_urls = Mack::Distributed::Routes::Urls.new(app_config.mack.distributed_site_domain)
0
     d_urls.put
0
+    Mack::Routes::Urls.include_safely_into(Mack::Distributed::Routes::Urls)
0
   end
0
 end
0
\ No newline at end of file

Comments