Upgrade to Rails 5.0.0.1
This commit is contained in:
@ -4,7 +4,7 @@ class Api::SalmonController < ApiController
|
||||
|
||||
def update
|
||||
ProcessInteractionService.new.(request.body.read, @account)
|
||||
render nothing: true, status: 201
|
||||
head 201
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user