I have a file, /public/test/ggriptest/index.html under my app. I want
to render it (it is created programmatically by another process, so I
dont know what the name or location of it will be until runtime,
hence, I dont have anything specified in my routes.rb for it). When I
go to access it, I get:

 ActionView::MissingTemplate in Channels#uplog

Showing app/views/channels/_formgeneric.html.erb where line #9 raised:

Missing template index.html in view path vendor/plugins/
active_scaffold/frontends/default/views

Extracted source (around line #9):

7:      <% if @minimenu == 'uplog' %>
8:              <% a = "#[email protected]}/index.html"%>
9:              <%= render :file => a %>
10:     <% end %>
11:   </div>

Can anyone help here? Thanks, Janna
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to