Skip to content

Commit

Permalink
Update define_check_abilities.md (#804)
Browse files Browse the repository at this point in the history
* Update define_check_abilities.md

Correct some confusing grammar issues

* Update define_check_abilities.md

just a bit more grammatical corrections
  • Loading branch information
jayqui committed May 23, 2024
1 parent 5e41ade commit 0cda236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/define_check_abilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ end
some_user.can? :update, @article
```

That's everything you know about defining and checking abilities. The DSL is very easy but yet very powerful. There's still a lot you need/should learn about defining abilities. You can [dig deeper](./hash_of_conditions.md) now, but we would suggest to stop, digest it, and proceed on a more Rails-specific topic: [Controller helpers](./controller_helpers.md) where you will learn how to secure your Rails application.
That's everything you need to know about checking abilities. The DSL is very easy but yet very powerful. However, there is still a lot you should learn about defining abilities. You can [dig deeper](./hash_of_conditions.md) now, but we would suggest to stop, digest, and proceed on a more Rails-specific topic: [Controller helpers](./controller_helpers.md) where you will learn how to secure your Rails application.

Or you could already take a look at the session about [testing](./testing.md).

0 comments on commit 0cda236

Please sign in to comment.