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