Answer the question
In order to leave comments, you need to log in
Why can't the pdf file (wicked_pdf) open?
Shows:
"Error
Failed to load PDF document."
In controller:
respond_to do |format|
format.html
format.pdf do
render :pdf => @event.tip_event.to_s + "_" + @event.id.to_s + ".pdf",
:template => "events/_event_report.html.erb"
end
end
<%= link_to 'Создать PDF документ', event_path(@event, :format => :pdf) %>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question