Sha256: 86af76bb652d51fc0b6fc8ffd06953e4cfa29cec40d19884172ce358fa9e87a6

Contents?: true

Size: 174 Bytes

Versions: 2

Compression:

Stored size: 174 Bytes

Contents

module Poirot
  module ViewHelper
    def csrf_token
      tag(:input, :name => 'authenticity_token', :type => 'hidden', :value => form_authenticity_token)
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
nulogy-poirot-0.2.4.1 lib/poirot/view_helper.rb
poirot-0.2.4 lib/poirot/view_helper.rb