Sha256: c4225aee03ab2a00582e538572f9a8c5fcffcadc76645843dcd182e30a87070d

Contents?: true

Size: 258 Bytes

Versions: 9

Compression:

Stored size: 258 Bytes

Contents

<% if protect_against_forgery? %>
 <script type="text/javascript" charset="utf-8">
  //<![CDATA[
    window._auth_token_name = '<%= request_forgery_protection_token %>';
    window._auth_token = '<%= form_authenticity_token %>';
  //]]>
 </script>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
archangel-0.4.0 app/views/archangel/shared/_auth_token.html.erb
archangel-0.3.0 app/views/archangel/shared/_auth_token.html.erb
archangel-0.0.8 app/views/archangel/shared/_auth_token.html.erb
archangel-0.0.7 app/views/archangel/shared/_auth_token.html.erb
archangel-0.0.6 app/views/archangel/shared/_auth_token.html.erb
archangel-0.0.5 app/views/archangel/shared/_auth_token.html.erb
archangel-0.0.4 app/views/archangel/shared/_auth_token.html.erb
archangel-0.0.3 app/views/archangel/shared/_auth_token.html.erb
archangel-0.0.2 app/views/archangel/shared/_auth_token.html.erb