Skip to content

Commit 0cda236

Browse files
authored
Update define_check_abilities.md (#804)
* Update define_check_abilities.md Correct some confusing grammar issues * Update define_check_abilities.md just a bit more grammatical corrections
1 parent 5e41ade commit 0cda236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/define_check_abilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ end
227227
some_user.can? :update, @article
228228
```
229229

230-
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.
230+
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.
231231

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

0 commit comments

Comments
 (0)