I have an api as part of my rails app, when a call comes in the controller responds with;
render plain: "OK - Request accepted",status: :ok, content_type: "text/html"
the output in terminal is
OK - Request accepted%
what does the percentage sign mean and where does it come from? can I remove it? ( I'm accessing the url via curl and using iterm )