How do I get Rails Ajax to work using ujs
Hello,
I am trying to user ajax on rails using the ujs library.
I am calling the new controller action,with the remote: true property, however the request is being processed as JSON instead of JS.
You’re not receiving notifications from this thread.
Hello,
I am trying to user ajax on rails using the ujs library.
I am calling the new controller action,with the remote: true property, however the request is being processed as JSON instead of JS.