Sha256: f76e36a8f298aa751d23546c5c30cfbd05ba61295f74ec734b9608368e213480
Contents?: true
Size: 213 Bytes
Versions: 29
Compression:
Stored size: 213 Bytes
Contents
module SitemapsHelper def authenticity_token_json unless protect_against_forgery? '' else %("#{request_forgery_protection_token.to_s}" : "#{form_authenticity_token}",\n) end end end
Version data entries
29 entries across 29 versions & 1 rubygems