1 2 3 4 5 6 7
class GroupOfLinePolicy < ApplicationPolicy class Scope < Scope def resolve scope end end end