Open zerobatu opened 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??
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??