11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
|
<%= javascript_include_tag :application %>
|
||
|
|
||
|
<%= yield :javascript %>
|
||
|
|
||
|
<% if Rails.env.test? %>
|
||
|
<%= javascript_tag do %>
|
||
|
$.fx.off = true;
|
||
|
$.ajaxSetup({ async: false });
|
||
|
<% end %>
|
||
|
<% end %>
|