Added generator, ace-gen works!

This commit is contained in:
Jakub Stastny aka botanicus 2011-06-12 20:46:39 +02:00
parent 4970d59081
commit a1596e5642
20 changed files with 183 additions and 2 deletions

View file

@ -20,6 +20,8 @@ rescue LoadError
end
templater = SimpleTemplater.new(:ace)
templater.discover!
generator = templater.find(:project)
if generator.nil?