dmail.rb: remove dead new_blank method.
This commit is contained in:
@@ -58,12 +58,6 @@ class Dmail < ActiveRecord::Base
|
|||||||
|
|
||||||
copy
|
copy
|
||||||
end
|
end
|
||||||
|
|
||||||
def new_blank
|
|
||||||
Dmail.new do |dmail|
|
|
||||||
dmail.from_id = CurrentUser.id
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_response(options = {})
|
def build_response(options = {})
|
||||||
|
|||||||
Reference in New Issue
Block a user