aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47e3b3e1b5..f969acd059 100644
--- a/README.md
+++ b/README.md
@@ -180,7 +180,7 @@ Assumes a Rails 5.2+ application:
Configure basic routing:
```ruby
-# app/models/message.rb
+# app/mailboxes/application_mailbox.rb
class ApplicationMailbox < ActionMailbox::Base
routing /^save@/i => :forwards
routing /@replies\./i => :replies