aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/app/controllers/action_mailbox/base_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Amazon SES ingressGeorge Claghorn2019-04-141-4/+0
| | | It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1.
* Fix loading `ActionMailbox::BaseController` when CSRF protection is disabledyuuji.yaginuma2019-04-111-1/+1
| | | | | | | When `default_protect_from_forgery` is false, `verify_authenticity_token` callback does not define and `skip_forgery_protection` raise exception. Fixes #34837.
* s/Active Mailbox/Action Mailbox/ [ci skip]George Claghorn2019-01-011-1/+1
|
* Nest Action Mailbox classes in the API docsGeorge Claghorn2018-12-261-24/+26
|
* Import Action MailboxGeorge Claghorn2018-12-251-0/+36