diff options
author | George Claghorn <george@basecamp.com> | 2018-10-19 13:12:03 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-10-19 13:12:03 -0400 |
commit | 8ff493d683d9fbdb508bd94643dbb11c54ac17b7 (patch) | |
tree | 8de42a5214776db40315021077fa081590df4292 /app/controllers | |
parent | dbeef18b3ff04ce9ae8a53511f2afd0c7bae99e1 (diff) | |
download | rails-8ff493d683d9fbdb508bd94643dbb11c54ac17b7.tar.gz rails-8ff493d683d9fbdb508bd94643dbb11c54ac17b7.tar.bz2 rails-8ff493d683d9fbdb508bd94643dbb11c54ac17b7.zip |
Style
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb b/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb index 77e05d712a..2ca970fa8e 100644 --- a/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb +++ b/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb @@ -23,7 +23,6 @@ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController < ActionMailbox class Authenticator cattr_accessor :key - attr_reader :timestamp, :token, :signature def initialize(timestamp:, token:, signature:) |