mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Removed config.ru template from app generator
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user