Sha256: c3fc2f2dfda68597b89fec4ffce3d76f5e197bf0a9d0f8c43e4348c22e53a23b

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

# 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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/actionmailbox-6.0.0/lib/rails/generators/installer.rb
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/actionmailbox-6.0.0/lib/rails/generators/installer.rb
actionmailbox-6.0.0 lib/rails/generators/installer.rb
actionmailbox-6.0.0.rc2 lib/rails/generators/installer.rb
actionmailbox-6.0.0.rc1 lib/rails/generators/installer.rb