Sha256: 4419a8886d5031200bf2b0d6f6ea49007827f5f1cff2150f271849c1546c99bf
Contents?: true
Size: 270 Bytes
Versions: 8
Compression:
Stored size: 270 Bytes
Contents
(function() { Rev.registerComponent('AuthenticityToken', { render: function() { return React.createElement("input", { "type": "hidden", "name": "authenticity_token", "value": App.props.csrf_token }); } }); }).call(this);
Version data entries
8 entries across 8 versions & 1 rubygems