We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b94f0 commit 885d611Copy full SHA for 885d611
README.md
@@ -146,8 +146,8 @@ the resource you want to be serialized and call `.serializable_hash`.
146
```ruby
147
def create
148
@message = current_user.messages.create!(message_params)
149
- MessageCreationWorker.perform(serialized_message)
150
- head 204
+ MessageCreationWorker.perform(serialized_message)
+ head 204
151
end
152
153
def serialized_message
0 commit comments