From 6de350cd7dee515f7c2f5539e1f12e0187948953 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 23 Feb 2017 15:48:43 -0600 Subject: [PATCH] dmail.rb: remove dead `new_blank` method. --- app/models/dmail.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/models/dmail.rb b/app/models/dmail.rb index c94ec71b9..4a235a830 100644 --- a/app/models/dmail.rb +++ b/app/models/dmail.rb @@ -58,12 +58,6 @@ class Dmail < ActiveRecord::Base copy end - - def new_blank - Dmail.new do |dmail| - dmail.from_id = CurrentUser.id - end - end end def build_response(options = {})