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