Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4831

Ember data save to rails server

$
0
0

@Vishwajit_Kolekar wrote:

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

==params====<ActionController::Parameters {“format”=>“json”, “controller”=>“api/v1/invoices”, “action”=>“create”} permitted: false>

what should i do ?

here is the action =>
createNewInvoice(invoice) { invoice.save(); }

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4831

Trending Articles