2012-07-05 2 views
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) 

내가 뭘 잘못하고 있니? 이 문서 밖으로

답변

관련 문제