-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure scope override is honored on update/destroy
If you were passing a scope override for an update or destroy operation, that scope wouldn't be properly honored. This PR ensures an error will be correctly thrown if no record is found. The downside is we look up the record twice, now, but I think we should get a fix in ASAP.
- Loading branch information
Lee Richmond
committed
Aug 24, 2020
1 parent
e63586d
commit 6f7ed7e
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Graphiti | ||
VERSION = "1.2.21" | ||
VERSION = "1.2.22" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters