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
more distributed routes refactoring [#8]
dsutedja (author)
Tue Aug 05 08:03:14 -0700 2008
commit  1106f6e06ca52d53dbe7e1021ae51dcc71928da6
tree    7c8e45291bc43ab7611494d389614925219b801a
parent  dc169592650e360e12cf794c66b116a4797948b6
...
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