diff options
author | George Claghorn <george@basecamp.com> | 2018-10-19 22:33:45 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-10-19 22:33:45 -0400 |
commit | c64a58f331331feca169b72ae3998ba748bd8e5a (patch) | |
tree | fefa16ccc1e0e6113c7a9da362514b78e9e0f049 | |
parent | 6b41c48f8ea098943e3948812d147c80eb79dd94 (diff) | |
download | rails-c64a58f331331feca169b72ae3998ba748bd8e5a.tar.gz rails-c64a58f331331feca169b72ae3998ba748bd8e5a.tar.bz2 rails-c64a58f331331feca169b72ae3998ba748bd8e5a.zip |
Style
-rw-r--r-- | app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb b/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb index afaf3df28e..19891e7f9c 100644 --- a/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb +++ b/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb @@ -29,7 +29,6 @@ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController < ActionMailbo class Authenticator cattr_accessor :key - attr_reader :request def initialize(request) |