5183: Disable animation on modal. (It seems to cause intermittent test failures....
[arvados.git] / apps / workbench / app / models / trait.rb
1 class Trait < ArvadosBase
2   def self.goes_in_projects?
3     true
4   end
5 end