aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/app/models
Commit message (Collapse)AuthorAgeFilesLines
* Add load hook for ActionMailbox::InboundEmailGeorge Claghorn2018-12-311-0/+2
|
* Fix Ruby warnings in actionmailboxbogdanvlviv2018-12-271-1/+1
| | | | | | | | | | | | | | ``` rails/actionmailbox$ bundle exec rake tests (snip) ... rails/activerecord/lib/active_record/persistence.rb:48: warning: in `create!': the last argument was passed as a single Hash rails/actionmailbox/app/models/action_mailbox/inbound_email/message_id.rb:21: warning: although a splat keyword arguments here ... (snip) ```
* Nest Action Mailbox classes in the API docsGeorge Claghorn2018-12-262-52/+56
|
* Import Action MailboxGeorge Claghorn2018-12-255-0/+151