Method: Service::BasePolicy#index?

Defined in:
app/policies/itsf/backend/service/base_policy.rb

#index?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'app/policies/itsf/backend/service/base_policy.rb', line 10

def index?
  authorize_with_rbac(user, service, __method__)
end