Jquery – Rails Error: ActionController::UnknownFormat is missing a template for this request format and variant
I have a form in index page and I want that the action will be executed by Ajax, to display the result in the Index page. This is my form in the index Page: <%= form_with model: @shopping, :url =>…