Use post method instead of get method when invoking the unsetup method from the api...
[arvados.git] / apps / workbench / app / models / pipeline_template.rb
1 class PipelineTemplate < ArvadosBase
2   def self.creatable?
3     false
4   end
5 end