Flowdock
form_authenticity_param() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/request_forgery_protection.rb, line 95
      def form_authenticity_param
        params[request_forgery_protection_token]
      end
Register or log in to add new notes.