方法
类公共方法
new(req) 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 269 def initialize(req) super(nil, req) @data = {} @loaded = true end
实例公共方法
destroy() 链接
无操作
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 276 def destroy; end
enabled?() 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 282 def enabled? false end
exists?() 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 278 def exists? true end