8876: introduce view helper methods such as link_to_log and queuedtime etc so that...
[arvados.git] / apps / workbench / app / models / trait.rb
1 class Trait < ArvadosBase
2   def self.goes_in_projects?
3     true
4   end
5 end