projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
3235: Fix infinite scroll broken by merge.
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
human.rb
diff --git
a/apps/workbench/app/models/human.rb
b/apps/workbench/app/models/human.rb
index 31653bd6c77ae355ad8e94d9b3d4f90bb47656ca..7c2d3e439686c848980d46f920b72f382d71fa4c 100644
(file)
--- a/
apps/workbench/app/models/human.rb
+++ b/
apps/workbench/app/models/human.rb
@@
-1,2
+1,5
@@
class Human < ArvadosBase
+ def self.goes_in_projects?
+ true
+ end
end