Skip to content

Commit

Permalink
Update actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Aug 7, 2023
1 parent 176de7a commit 401e829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3.0/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ Example:

```ruby{9}
def handle(**args)
models = args[:models]
records = args[:records]
models.each do |project|
records.each do |project|
project.update active: false
end
Expand Down

0 comments on commit 401e829

Please sign in to comment.