aboutsummaryrefslogtreecommitdiffstats
path: root/app/policies/group_of_line_policy.rb
blob: 03e94449d14a94da4fc38f36a0ccc62201f5d0ae (plain)
1
2
3
4
5
6
7
class GroupOfLinePolicy < ApplicationPolicy
  class Scope < Scope
    def resolve
      scope
    end
  end
end