moved app template

This commit is contained in:
Chris Anderson 2009-01-08 09:50:45 -08:00
parent 9faa9daaca
commit 5d3e684c6a
11 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@ module CouchRest
# This is a class method because it doesn't depend on
# specifying a database.
def self.generate_app(app_dir)
templatedir = File.join(File.expand_path(File.dirname(__FILE__)), 'template-app')
templatedir = File.join(File.expand_path(File.dirname(__FILE__)), 'app-template')
FileUtils.cp_r(templatedir, app_dir)
end