Displaying 1 result from an estimated 1 matches for "web_requests".
Did you mean:
new_requests
2010 Nov 04
0
Re: Train wreck getting render_to_string to work from foreign controller [SOLVED]
...en, :en]} in view paths
> "/Users/DK/Documents/ror/projects/creditcompare3/app/views"
> *
> html_to_save = render_to_string(:action => "/comparisons/display", :layout
> => "application")
> *returns:
> ActionView::Template::Error: Missing partial web_requests/display with
> {:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html],
> :locale=>[:en, :en]} in view paths
> "/Users/DK/Documents/ror/projects/creditcompare3/app/views"
>
> *html_to_save = render_to_string(:controller => "comparisons", :...