Sha256: 6f9f1669da9304eeb81d80a930e7370106046eac7924dec80cd8f8e00c281256
Contents?: true
Size: 444 Bytes
Versions: 8
Compression:
Stored size: 444 Bytes
Contents
<%# # Javascript Partial This partial imports the necessary javascript on each page. By default, it includes the application JS, but each page can define additional JS sources by providing a `content_for(:javascript)` block. %> <%= javascript_include_tag "administrate/application" %> <%= yield :javascript %> <% if Rails.env.test? %> <%= javascript_tag do %> $.fx.off = true; $.ajaxSetup({ async: false }); <% end %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems