Method: ActiveSupport::Cache::Coder::StringDeserializer#load
- Defined in:
- lib/active_support/cache/coder.rb
#load(payload) ⇒ Object
91 92 93 |
# File 'lib/active_support/cache/coder.rb', line 91 def load(payload) payload.force_encoding(@encoding) end |