4091: enhance code to handle the case where there are more than one item in the next...
[arvados.git] / apps / workbench / app / models / keep_disk.rb
1 class KeepDisk < ArvadosBase
2   def self.creatable?
3     current_user and current_user.is_admin
4   end
5 end