summaryrefslogtreecommitdiff
path: root/app/models/todo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/todo.rb')
-rw-r--r--app/models/todo.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/todo.rb b/app/models/todo.rb
index 3a091373329..b0401463269 100644
--- a/app/models/todo.rb
+++ b/app/models/todo.rb
@@ -45,6 +45,10 @@ class Todo < ActiveRecord::Base
target_type == "Commit"
end
+ def for_project?
+ target_type == "Project"
+ end
+
# override to return commits, which are not active record
def target
if for_commit?