rails/actionmailbox/lib
Hartley McGuire 2e920b0097
Fix missing requires in Action Mailbox
Previously, trying to `require "action_mailbox"` would fail if Active
Support was not previously required.

This fixes requiring Action Mailbox by adding the standard
"active_support" and "active_support/rails" requires. In addition, this
files uses `30.days` and so it needs to require core_ext/numeric/time as
well.
2023-01-12 20:20:06 -05:00
..
action_mailbox Add nodoc to Mail module [ci-skip] 2022-12-14 19:02:19 +09:00
generators/action_mailbox/install Adds :inline option to Action Mailbox generator rails_command 2020-05-04 11:02:17 +05:30
rails/generators Improve mailbox generator usage docs 2022-06-21 00:30:49 -05:00
tasks Add ActionMailbox install generator 2019-12-23 22:21:55 +05:30
action_mailbox.rb Fix missing requires in Action Mailbox 2023-01-12 20:20:06 -05:00