From 62039c544df537ab21428f922ddfdbfe3ba25173 Mon Sep 17 00:00:00 2001 From: Santosh Wadghule Date: Sat, 18 Apr 2020 15:01:36 +0530 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f65e14..60295fd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ end You need to include `SetAsPrimary` module in your model where you want to handle the primary flag. Then to `set_as_primary` class helper method, pass your primary flag attribute. You might need to pass - association key `owner_key` if you wan to consider owner (association) context. + association key `owner_key` if you want to consider owner (association) context. **Note:** Default primary flag attribute is `primary`, and you can use another one too like `default` but make sure that flag should be present in the table and should be a boolean data type column.