Skip to content

Commit

Permalink
further simplify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Dec 4, 2023
1 parent 1f6e26b commit 6196e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ end

```ruby
Outboxer::Message.publish! do |outboxer_messageable|
case outboxer_messageable.class
case outboxer_messageable
when Event
EventHandlerWorker.perform_async({ 'id' => outboxer_messageable.id })
end
Expand Down

0 comments on commit 6196e87

Please sign in to comment.