Rails message: ActionView::MissingTemplate

Posted by rtfminc on Stack Overflow See other posts from Stack Overflow or by rtfminc
Published on 2010-06-10T23:57:33Z Indexed on 2010/06/11 0:02 UTC
Read the original article Hit count: 448

Filed under:

I am getting an error that I cannot figure out:

ActionView::MissingTemplate (Missing template cluster/delete_stuff.erb in view path app/views)
<...snip trace...>
Rendering rescues/layout (internal_server_error)

I am "enhancing" others code and am following the convention they set up, where they have have code like:

<%= render :partial => "other_stuff" %>

And a file named _other_stuff.html.erb and it all works, but when I copy these little snippets, I get the above error. Any ideas? Something is going on here that I need to figure out.

© Stack Overflow or respective owner

Related posts about ruby-on-rails