Update local copy of updated_at if the server provides it.
[arvados.git] / apps / workbench / app / models / pipeline_template.rb
1 class PipelineTemplate < ArvadosBase
2   def self.creatable?
3     false
4   end
5 end