mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #34908 from robzolkos/fix-actionmailbox-json
Bring in all of aws-sdk-sns if using Amazon ingress
This commit is contained in:
commit
3c10edcfaf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module ActionMailbox
|
|||
|
||||
def self.prepare
|
||||
self.verifier ||= begin
|
||||
require "aws-sdk-sns/message_verifier"
|
||||
require "aws-sdk-sns"
|
||||
Aws::SNS::MessageVerifier.new
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue