summaryrefslogtreecommitdiff
path: root/app/models/user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index 5e4815da865..341b96a0d91 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -230,10 +230,6 @@ class User < ActiveRecord::Base
abilities.allowed?(self, action, subject)
end
- def last_activity_project
- projects.first
- end
-
def first_name
name.split.first unless name.blank?
end