summaryrefslogtreecommitdiff
path: root/app/policies/namespace/root_storage_statistics_policy.rb
blob: 63fcaf20dfefa192a72797a84a4b1274802a4bdd (plain)
1
2
3
4
5
# frozen_string_literal: true

class Namespace::RootStorageStatisticsPolicy < BasePolicy
  delegate { @subject.namespace }
end