i want save ember data to rails side . I am using Rails Api v5.0 and ember cli v3.0
but when i click on submit button @ the rails side i get empty params with permitted false
thanks for reply . i goes through the your links . for back end we use JSONAPIserilizer ,
and now i got the parameters.
but i didn’t get relationship data in params .
The data you have posted is not JSON. Please post the JSON returned by your API. You could get it from network tab of browser’s developer tools for example. Would be helpful if it’s prettified.