Skip to content

Commit

Permalink
Remove misleading comment (#112)
Browse files Browse the repository at this point in the history
The default authorizer does support all operations
  • Loading branch information
valscion authored Feb 28, 2019
1 parent 7ef8068 commit 844ec6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/jsonapi/authorization/default_pundit_authorizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ module Authorization
# An authorizer is a class responsible for linking JSONAPI operations to
# your choice of authorization mechanism.
#
# This class uses Pundit for authorization. It does not yet support all
# the available operations — you can use your own authorizer class instead
# if you have different needs. See the README.md for configuration
# information.
# This class uses Pundit for authorization. You can use your own authorizer
# class instead if you have different needs. See the README.md for
# configuration information.
#
# Fetching records is the concern of +PunditScopedResource+ which in turn
# affects which records end up being passed here.
Expand Down

0 comments on commit 844ec6a

Please sign in to comment.