Removed config.ru template from app generator

This commit is contained in:
Joshua Peek
2008-08-19 16:46:15 -05:00
parent 977317da55
commit bd7edcf286

View File

@@ -46,7 +46,6 @@ class AppGenerator < Rails::Generator::Base
# Root
m.file "fresh_rakefile", "Rakefile"
m.file "README", "README"
m.file "config.ru", "config.ru"
# Application
m.template "helpers/application.rb", "app/controllers/application.rb", :assigns => { :app_name => @app_name, :app_secret => md5.hexdigest }