public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
hobo / hobo / init.rb
100644 9 lines (8 sloc) 0.24 kb
1
2
3
4
5
6
7
8
9
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