I am being passed to the json body for a request by mail, but I'm not sure if the best way to display this json body is to request parameters in rails:
{ username: "example-user", password: "password", email: " example@gmail.com ", }
and in the controller I want to get the parameters ["username"], is this possible? how should i do this?
Kamilski81
source share