Michael Schuerig wrote:
> My skeletal renderer looks like this
> 
>   ActionController.add_renderer :pdf do |template, options|
>     html = render_to_string(template, options)
>     ...
>   end
> 
> The trouble here is that render_to_string looks for a template for MIME
> type PDF, e.g. show.pdf.erb. Unfortunately, that's not what I want. I
> need to get HTML. 

WTF?  What problem are you trying to solve that means you need to serve 
HTML when a PDF file is requested?  I don't see how that can ever be the 
right thing to do.


-- 
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org

Sent from my iPhone
-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to