Skip to content

Commit

Permalink
Merge pull request #3900 from enderandpeter/match-method-name
Browse files Browse the repository at this point in the history
Removed "with name" for clearer prose
  • Loading branch information
taylorotwell authored Dec 7, 2017
2 parents eba00e9 + 2120d6b commit f3b8369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When passing a multi-word model name to the `authorizeResource` method, the resu

#### The `before` Policy Method

The `before` method of a policy class will not be called if the class doesn't contain a method with name matching the name of the ability being checked.
The `before` method of a policy class will not be called if the class doesn't contain a method matching the name of the ability being checked.

### Cache

Expand Down

0 comments on commit f3b8369

Please sign in to comment.