From 6fbd56bd1500e586aa6c6182ed2b38c3df5ea630 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Sat, 20 Oct 2018 13:31:54 +0200 Subject: [PATCH] fix typo --- app/models/hat_request.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/hat_request.rb b/app/models/hat_request.rb index 41bcb9c..6db410f 100644 --- a/app/models/hat_request.rb +++ b/app/models/hat_request.rb @@ -21,7 +21,7 @@ class HatRequest < ActiveRecord::Base m.author_user_id = user.id m.recipient_user_id = self.user_id m.subject = I18n.t 'models.hat.grantsubject', :hat => "#{self.hat}" - m.body = raw(I18n.t 'models.hat.grantbody') + m.body = I18n.t 'models.hat.grantbody' m.save! self.destroy