I’m using Rails 4.2.3. I want to submit a form in a modal dialog, so I have set up my form like so
<%= form_for @my_object, :remote => true do |f| %>
That will help you, from your controller
render :js => "window.location = '/jobs/index'"