Flowdock
protect_against_forgery?() 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 135
      def protect_against_forgery?
        allow_forgery_protection && request_forgery_protection_token
      end
Register or log in to add new notes.