1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
David Heinemeier Hansson 2018-09-20 17:27:16 -07:00
parent d14f54b0e0
commit 3fc8e5325f

View file

@ -14,7 +14,6 @@ class ActionMailroom::Mailbox
new(inbound_email).perform_processing
end
def initialize(inbound_email)
@inbound_email = inbound_email
end