Include the new 422 in the app generation

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7624 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2007-09-24 23:31:59 +00:00
parent bdf5672077
commit 89235ba0bb

View File

@@ -77,7 +77,7 @@ class AppGenerator < Rails::Generator::Base
m.file "dispatches/dispatch.fcgi", "public/dispatch.fcgi", dispatcher_options
# HTML files
%w(404 500 index).each do |file|
%w(404 422 500 index).each do |file|
m.template "html/#{file}.html", "public/#{file}.html"
end