класс ActionController::RequestForgeryProtection::ProtectionMethods::NullSession::NullSessionHash
Публичные методы класса
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 269
def initialize(req)
super(nil, req)
@data = {}
@loaded = true
end Вызов метода суперкласса
Публичные методы экземпляра
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 276 def destroy; end
пустая операция
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 282 def enabled? false end
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 278 def exists? true end
© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.