Skip to content

Commit

Permalink
Merge pull request #42 from zhuravel/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pabloh committed Nov 10, 2020
2 parents 293d4a8 + 704f632 commit 1ffb240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ class CreateNugget < Pathway::Operation

def create_nugget(:params, **)
Nugget.create(owner: current_user, **params)
def
end

def notify(:nugget, **)
Notifier.notify(:new_nugget, nugget)
else
end
end
```

Expand Down

0 comments on commit 1ffb240

Please sign in to comment.