5

I've been receiving this error when I try to preview the my notification emails. Any ideas what might be causing it?

undefined method `html_part' for # Did you mean? html_safe?

    arel.public_send(method, *args, &block)
      else
        super
      end
    end
  end
Cjmarkham
  • 9,484
  • 5
  • 48
  • 81
trowse
  • 184
  • 10

2 Answers2

3

I had to remove .deliver_later from the preview method.

thisismydesign
  • 21,553
  • 9
  • 123
  • 126
0

The problem was there was no html rendering. Have to make sure your previews notify without error or this is the error you get.

trowse
  • 184
  • 10