Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include the new 422 in the app generation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7624 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 24, 2007
1 parent bdf5672 commit 89235ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ def manifest
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

Expand Down

0 comments on commit 89235ba

Please sign in to comment.