This commit is contained in:
Toks
2013-08-07 20:25:51 -04:00
parent 11984fe8ed
commit d527f822f2

View File

@@ -169,7 +169,7 @@ class Dmail < ActiveRecord::Base
end end
def quoted_body def quoted_body
"[quote]#{body}[/quote]" "[quote]\n#{from_name} said:\n\n#{body}\n[/quote]\n\n"
end end
def send_dmail def send_dmail