• A
    move env access to the request object. · de59e6eb
    Aaron Patterson 提交于
    Accessing a request object has nice advantages over accessing a hash.
    If you use a missing method name, you'll get an exception rather than a
    `nil` (is one nice feature)
    de59e6eb
request_forgery_protection.rb 14.1 KB