Improve code style
This commit is contained in:
parent
e4aebad35a
commit
927333f4f8
41 changed files with 126 additions and 122 deletions
|
@ -3,7 +3,7 @@ class Api::SalmonController < ApiController
|
|||
respond_to :txt
|
||||
|
||||
def update
|
||||
ProcessInteractionService.new.(request.body.read, @account)
|
||||
ProcessInteractionService.new.call(request.body.read, @account)
|
||||
head 201
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue