Methods
D
L
Instance Public methods
dump(value)
# File activesupport/test/message_verifier_test.rb, line 16
def dump(value)
  ActiveSupport::JSON.encode(value)
end
load(value)
# File activesupport/test/message_verifier_test.rb, line 20
def load(value)
  ActiveSupport::JSON.decode(value)
end