Change SafeRequestStore#write to accept an options hash
This change the write to accept an options hash to make it compatible with ActiveSupport::Cache::Store#write method. The options hash are not passed to the underlying cache implementation because RequestStore#write accepts only a key, and value params.
Showing
Please register or sign in to comment