Dont include the mime.yml anyway, Mongrel will just ship with more defaults instead

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5612 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-11-23 02:41:59 +00:00
parent d1529a71d1
commit 3805c12a80
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ class AppGenerator < Rails::Generator::Base
:app_name => @app_name,
:socket => options[:db] == "mysql" ? mysql_socket_location : nil
}
m.template "configs/mime.yml", "config/mime.yml"
m.template "configs/routes.rb", "config/routes.rb"
m.template "configs/apache.conf", "public/.htaccess"