Sha256: 845c5c6665a3f9e5835951ec15dc5e94aed93086177232428ccef032372e3681

Contents?: true

Size: 549 Bytes

Versions: 7

Compression:

Stored size: 549 Bytes

Contents

# THIS IS INCOMPLETE (you can help by expanding it)
# rails is _really complicated_ and has a lot of magic which calls methods for you.
# some is currently impossible to handle (with_options).
# Some is just corners of rails I haven't hit yet.
keep:
  - has_suffix: Preview
    path: '**/mailers/previews/**/*_preview.rb'
  - delivering_email
  - delivered_email

dynamic:
  names:
    - deliver_now
    - deliver_later
  calls:
    value:
      deliver
  names:
    - before_action
    - after_action
    - around_action
  calls: ['*', if, unless]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
leftovers-0.6.0 lib/config/actionmailer.yml
leftovers-0.5.5 lib/config/actionmailer.yml
leftovers-0.5.4 lib/config/actionmailer.yml
leftovers-0.5.3 lib/config/actionmailer.yml
leftovers-0.5.2 lib/config/actionmailer.yml
leftovers-0.5.1 lib/config/actionmailer.yml
leftovers-0.5.0 lib/config/actionmailer.yml