Sulekha

Joined

50 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Use fetch to pass variable in rails

I am creating an app in Rails with Reactjs. I want to pass the value of input field to the controller as a variable so that I can use that variable in def create. How can I do that with fetch?