fortesinformatica / jasper-rails

JasperReports on Rails
MIT License
62 stars 36 forks source link

Jasper and WickedPDF #39

Open zerobatu opened 9 years ago

zerobatu commented 9 years ago

Hi I try to use jasper for a new report in my rails app but a I have wickedpdf too. Try this

respond_to :xml, :pdf def report @company_business_units = Company::BusinessUnit.all respond_with @company_business_units end

but the controller try to use wicked and return an exception "Template is missing", how I can specify the use of jasper??