method

form_authenticity_param

form_authenticity_param()
protected

No documentation available.

# File actionpack/lib/action_controller/request_forgery_protection.rb, line 95
      def form_authenticity_param
        params[request_forgery_protection_token]
      end