mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
message_verifier.rb needs active_support/base64
This commit is contained in:
committed by
Jeremy Kemper
parent
d26d671e38
commit
679acfbefd
@@ -1,3 +1,5 @@
|
||||
require 'active_support/base64'
|
||||
|
||||
module ActiveSupport
|
||||
# MessageVerifier makes it easy to generate and verify messages which are signed
|
||||
# to prevent tampering.
|
||||
|
||||
Reference in New Issue
Block a user