Sha256: feca170e25742400d84c6996e4ffcc8cd1b6c4a100de5d653994c6e7c019e436

Contents?: true

Size: 142 Bytes

Versions: 1

Compression:

Stored size: 142 Bytes

Contents

module FormHelper
  def form_authenticity
    {:value => form_autheticity_token, :type => "hidden", :name => "authenticity_token"}
  end  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruhl-0.15.0 lib/ruhl/rails/form_helper.rb