0
下のレンダリングタグでエスケープしないようにする方法。メーラ通知ルビの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) + ":"} %>