aboutsummaryrefslogtreecommitdiffstats
path: root/app/policies/network_policy.rb
blob: 9f86451a5bc61352e99e0a3ad1b9e1f4b50e7440 (plain)
1
2
3
4
5
6
7
class NetworkPolicy < ApplicationPolicy
  class Scope < Scope
    def resolve
      scope
    end
  end
end