File: rails.rb

package info (click to toggle)
ruby-mail-gpg 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 328 kB
  • sloc: ruby: 2,289; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
begin
  require 'action_mailer'
  require 'active_support'
  require 'mail/gpg/rails/action_mailer_base_patch'

  Mail::Gpg::Rails::ActionMailerPatch.apply
rescue LoadError
  # no actionmailer, do nothing
end