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