0
아래의 렌더링 태그에서 HTML의 이스케이프 처리를 방지하는 방법.메일러 알림 루비에서 HTML을 이스케이프 처리하지 않음
nofiy_user.html.erb :
<%= render partial: "mailer_notifier/paragraph", :locals => {:asHtml => asHtml, :htmltext => I18n.t('notifications.you_added_user', resource_type: @resource_type, role: @role, resource_name: @resource_name) + ":"} %>