Sha256: 33ebd73f1c895236bf6d8985cea109e3e5ec57d015a134f9495aec274ee3d8e1
Contents?: true
Size: 180 Bytes
Versions: 3
Compression:
Stored size: 180 Bytes
Contents
module Crystal module JQueryHelper def initialize_js_commons javascript_tag %{\ $.authenticity_token = "#{workspace.session_authenticity_token}";} end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jquery_client-0.1.2 | lib/crystal_jquery/jquery_helper.rb |
jquery_client-0.1.1 | lib/crystal_jquery/jquery_helper.rb |
jquery_client-0.1.0 | lib/crystal_jquery/jquery_helper.rb |