Source: show | on GitHub
# File activesupport/test/message_verifier_test.rb, line 9 def dump(value) ActiveSupport::JSON.encode(value) end
# File activesupport/test/message_verifier_test.rb, line 13 def load(value) ActiveSupport::JSON.decode(value) end