0
我使用Devise的可確認模塊,當應用程序發送電子郵件要求用戶確認他們的電子郵件地址時,它不會將消息形式HAML轉換爲HTMl。相反,這是交付給用戶的東西。設計確認電子郵件沒有從haml轉換爲html
%p Welcome #{@resource.email}! %p You can confirm your account
email through the link below: %p= link_to 'Confirm my account',
confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)
任何想法我做錯了什麼?