lib/hobo_rapid.rb in hobo_rapid-1.4.0.pre6 vs lib/hobo_rapid.rb in hobo_rapid-1.4.0.pre7
- old
+ new
@@ -1,4 +1,7 @@
+ActiveSupport::Dependencies.autoload_paths |= [File.dirname(__FILE__)]
+ActiveSupport::Dependencies.autoload_once_paths |= [File.dirname(__FILE__)]
+
module HoboRapid
VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
@@root = Pathname.new File.expand_path('../..', __FILE__)
def self.root; @@root; end