So I have this in my environment.rb file:

Mime::Type.register_alias "text/html", :help

Then in one of my views I have this:

<%= render :partial => formatted_summary_account_path("help") %>

In my view folder I have _summary.help.erb

When pulling up summary.erb I get this error:

 ActionView::MissingTemplate in Accounts#summary

Showing accounts/summary.erb where line #102 raised:

Missing template account/_summary.help in view path
/Users/nate/Projects/rails/infused/apps/customerhub/app/views

Extracted source (around line #102):

99:               <%= image_tag current_style.company_logo.url %>
100:             </div>
101:             <div id="right_side">
102:               <%= render :partial =>
formatted_summary_account_path("help") %>
103:             </div>
104:         </div>
105:       </div>


I dont' understand because I do have _summary.help there.  Please Help.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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