Rails API: Creating the Account Endpoints - [018]

preview_player
Показать описание
In this episode we create the endpoint that will allow us to manage account information. We also start adjusting our routes so we can scope our data correctly, and the right users can get access to the right information.

Рекомендации по теме
Комментарии
Автор

Hello could you help me,
I dont understand how to test it in postman
def create
@account =
if @account.save
render:create, status:created
end

javierandresburgos