aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/ujs/views
diff options
context:
space:
mode:
authorta1kt0me <p.wadachi@gmail.com>2017-10-28 11:51:21 +0900
committerta1kt0me <p.wadachi@gmail.com>2017-10-28 12:13:19 +0900
commit8b22725c782a65b2222f7a9ffed6d241c599f2e6 (patch)
tree625f5d99a2f5a1ce747afa6d97cd1491391fbaa0 /actionview/test/ujs/views
parentdf505fb8104588af13c993c1dcd881398889dd30 (diff)
downloadrails-8b22725c782a65b2222f7a9ffed6d241c599f2e6.tar.gz
rails-8b22725c782a65b2222f7a9ffed6d241c599f2e6.tar.bz2
rails-8b22725c782a65b2222f7a9ffed6d241c599f2e6.zip
Enable to call Rails.ajax without beforeSend
Diffstat (limited to 'actionview/test/ujs/views')
-rw-r--r--actionview/test/ujs/views/tests/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/ujs/views/tests/index.html.erb b/actionview/test/ujs/views/tests/index.html.erb
index 8de6cd0695..6b16535216 100644
--- a/actionview/test/ujs/views/tests/index.html.erb
+++ b/actionview/test/ujs/views/tests/index.html.erb
@@ -1,6 +1,6 @@
<% @title = "rails-ujs test" %>
-<%= test_to 'data-confirm', 'data-remote', 'data-disable', 'data-disable-with', 'call-remote', 'call-remote-callbacks', 'data-method', 'override', 'csrf-refresh', 'csrf-token' %>
+<%= test_to 'data-confirm', 'data-remote', 'data-disable', 'data-disable-with', 'call-remote', 'call-remote-callbacks', 'data-method', 'override', 'csrf-refresh', 'csrf-token', 'call-ajax' %>
<h1 id="qunit-header"><%= @title %></h1>
<h2 id="qunit-banner"></h2>