aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f969acd059..8e45e1f166 100644
--- a/README.md
+++ b/README.md
@@ -190,6 +190,11 @@ end
Then setup a mailbox:
```ruby
+# Generate new maiblox
+bin/rails generate mailbox forwards
+```
+
+```ruby
# app/mailboxes/forwards_mailbox.rb
class ForwardsMailbox < ApplicationMailbox
# Callbacks specify prerequisites to processing