aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/rails/generators/installer.rb
blob: 2864ea4e62f3587882c742e50108b4617f0e028d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

say "Copying application_mailbox.rb to app/mailboxes"
copy_file "#{__dir__}/mailbox/templates/application_mailbox.rb", "app/mailboxes/application_mailbox.rb"

environment <<~end_of_config, env: "production"
  # Prepare the ingress controller used to receive mail
  # config.action_mailbox.ingress = :postfix

end_of_config