I'm upgrading one of my apps to rails 3.0

I get this error:
ActionView::MissingTemplate
Missing partial /layouts/header with {:formats=>nil} in view path

for:
= render :partial => "layouts/header"
the file is in views/layouts/header.

>From the error message, it looks like it appends an absolute path: "/
layouts/header"

Anyone has seem this problem when upgrading to rails 3.0 pre?


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to