diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/models/user.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index 6118e2a..138f73e 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -12,10 +12,6 @@ class User < ActiveRecord::Base acts_as_messageable - def name - return current_user.user_name - end - def mailboxer_email(object) return nil end |