Do not blow up on the 'Manage account' page if the db contains an ssh
[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