3490: Add "Create a pipeline template" button to projects page and provide "arv
[arvados.git] / apps / workbench / app / models / keep_service.rb
1 class KeepService < ArvadosBase
2   def self.creatable?
3     current_user and current_user.is_admin
4   end
5 end