3193: updated the vm section based on Tom's suggestion: let's skip the 'last login...
[arvados.git] / apps / workbench / app / models / trait.rb
1 class Trait < ArvadosBase
2   def self.goes_in_projects?
3     true
4   end
5 end