From 32c0e895bfa521acdc5c7031a2285a3b8dd53130 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 2 Jun 2005 20:13:02 +0000 Subject: Fixed scaffolding to use the latest style git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1380 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/templates/scaffolds/layout.rhtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/lib/action_controller/templates/scaffolds/layout.rhtml') diff --git a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml index 77eecdf9d6..3dda1feec0 100644 --- a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml +++ b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml @@ -59,6 +59,8 @@ +

<%= flash['notice'] %>

+ <%= @content_for_layout %> -- cgit v1.2.3