You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to Rails and my question may be very trivial.
I have asset_packager plugin installed in my app. I installed JasonKing's inline_attachment plugin for sending out emails with inline images. But when I try to send a email I am getting a error message (undefined method 'request') and this error seems to happen in 'compute_public_path' in asset_package_helper class of asset_packager plugin and it is working fine when asset packager is uninstalled.
Is there any workaround for this? Please let me know if you need more details.
Thanks,
Sivakumar.
The text was updated successfully, but these errors were encountered:
Hi,
I am new to Rails and my question may be very trivial.
I have asset_packager plugin installed in my app. I installed JasonKing's inline_attachment plugin for sending out emails with inline images. But when I try to send a email I am getting a error message (undefined method 'request') and this error seems to happen in 'compute_public_path' in asset_package_helper class of asset_packager plugin and it is working fine when asset packager is uninstalled.
Is there any workaround for this? Please let me know if you need more details.
Thanks,
Sivakumar.
The text was updated successfully, but these errors were encountered: