This commit is contained in:
Carl Chenet 2018-10-20 13:31:54 +02:00
parent 2f495bba7d
commit 6fbd56bd15
1 changed files with 1 additions and 1 deletions

View File

@ -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