From 0c17e4e3d5d058a0adb34b8c43eeb876a235f86c Mon Sep 17 00:00:00 2001 From: Jay Quigley Date: Fri, 30 Sep 2022 08:46:37 -0700 Subject: [PATCH 1/2] Update define_check_abilities.md Correct some confusing grammar issues --- docs/define_check_abilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/define_check_abilities.md b/docs/define_check_abilities.md index 476b9e14..73902b02 100644 --- a/docs/define_check_abilities.md +++ b/docs/define_check_abilities.md @@ -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 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 it, 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). From 7ad688b8e6134a46e71a8d4894979dd8a9a3a7d7 Mon Sep 17 00:00:00 2001 From: Jay Quigley Date: Fri, 30 Sep 2022 08:48:39 -0700 Subject: [PATCH 2/2] Update define_check_abilities.md just a bit more grammatical corrections --- docs/define_check_abilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/define_check_abilities.md b/docs/define_check_abilities.md index 73902b02..856232ae 100644 --- a/docs/define_check_abilities.md +++ b/docs/define_check_abilities.md @@ -227,6 +227,6 @@ end some_user.can? :update, @article ``` -That's everything you need 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 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).