Romain Guilloteau
Romain Guilloteau
None of the above worked for me, most likely due to the fact that I generate the PDF in a background job. Here's what I ended up with : ```ruby...
I don't know where you got the documentation, how did you declare your Mime types ? Before the key was 'allowed_mime' but now it's 'allowedMime'. ``` public $actsAs = array(...
This is exactly what I said, you must replace "allowed_mime" by "allowedMime", "allowed_ext" by "allowedExt", "create_directory" by "createDirectory", ... And replace in "dir", {model} by {ModelName} and {field} by {fieldName}....