init.rb in hobo-0.8.5 vs init.rb in hobo-0.8.6
- old
+ new
@@ -1,9 +1,2 @@
require File.dirname(__FILE__) + "/lib/hobo"
require 'rails_generator'
-
-# 'orrible but 'reative 'ack to allow generators to be in symlinked plugins
-Rails::Generator::PathSource.class_eval do
- def path
- @path.gsub('**', '*/**')
- end
-end
\ No newline at end of file