This commit is contained in:
albert
2010-08-18 18:42:33 -04:00
parent 23656e3fa9
commit 5610731b35
48 changed files with 664 additions and 716 deletions

View File

@@ -18,11 +18,11 @@ class Dmail < ActiveRecord::Base
module AddressMethods
def to_name
User.find_pretty_name(to_id)
User.id_to_pretty_name(to_id)
end
def from_name
User.find_pretty_name(from_id)
User.id_to_pretty_name(from_id)
end
def to_name=(name)