I generated mailboxer email view templates with rails g mailboxer:views
. However no matter how I change these templates my mailboxer emails remain the same. Am I doing something wrong or is this a bug?
Asked
Active
Viewed 39 times
0

sanny
- 156
- 1
- 14
-
Hi can you display some code your trying to change. and maybe some images so we can help more. – Frank004 Feb 12 '15 at 14:07
1 Answers
0
The problem is, that the rails g mailboxer:views
created proper folders, but in the wrong directory. It created them in the app/views folder instead of app/views/mailboxer. If you have the same issues just move the message_mailer folder inside the mailboxer folder.

sanny
- 156
- 1
- 14