9
9
9karamba2019-04-11 17:02:22
Ruby on Rails
9karamba, 2019-04-11 17:02:22

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

Button:
<%= link_to 'Создать PDF документ', event_path(@event, :format => :pdf) %>

Where is the mistake?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question