Merge branch 'master' into 2681-new-inactive-user-notification
[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