public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
Updated deprecated use of ActiveSupport::Dependencies
tablatom (author)
Thu Sep 11 07:32:32 -0700 2008
commit  df1076b0c69570114a75e22c738f0af3767338fd
tree    4b20857838ad05e96ad6434dd81bce70d6eba62d
parent  41f2f8f2f34aff0c0360400da2746f7f28d206a1
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 require 'fileutils'
0
 require 'hobosupport'
0
-Dependencies.load_paths << File.dirname(__FILE__) + "/../lib"
0
+ActiveSupport::Dependencies.load_paths << File.dirname(__FILE__) + "/../lib"
0
 
0
 require 'rexml/xpath'
0
 XPath = REXML::XPath

Comments

    No one has commented yet.