method
dump
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Cookies::JsonSerializer
dump(value)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 400
def self.dump(value)
ActiveSupport::JSON.encode(value)
end