Rails 4: Getting QRCode to display in email via action mailer
问题 my problem is to get my QRCode to display in the email sent via action mailer in rails. I am currently using the gem 'rqrcode_png' I have read through some guides and it states inline attachment. However, I did not save the QRCode generated in my own files. Is there a way to display the QRCode in the email without having to save it in my database? Also, I have tried the following code on my view page and it works, but it does not work when I copy it to my action mailer code. It only shows the