mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Correct require
This commit is contained in:
parent
9a3fb1f43b
commit
43801f6a3b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace :action_mailbox do
|
|||
task :postfix do
|
||||
require "active_support"
|
||||
require "active_support/core_ext/object/blank"
|
||||
require "action_mailbox/ingresses/postfix/relayer"
|
||||
require "action_mailbox/postfix_relayer"
|
||||
|
||||
url, password, user_agent = ENV.values_at("URL", "INGRESS_PASSWORD", "USER_AGENT")
|
||||
|
||||
|
|
Loading…
Reference in a new issue