Flowdock
method

new

Importance_0
new(env) public

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/metal/request_forgery_protection.rb, line 136
          def initialize(env)
            super(nil, env)
            @data = {}
            @loaded = true
          end
Register or log in to add new notes.