aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2018-12-14 06:59:26 -0500
committerGitHub <noreply@github.com>2018-12-14 06:59:26 -0500
commit36917b7eb6fd41b9a6385e8e7f115f665808c10e (patch)
tree196b564a4751aeff5f1986aeca2eb8096d6c42c3
parentaf7d237002aca9667f28923f7181db7cb5e51460 (diff)
parent08ab646a495e7602604f2cfef5a43ce1f67cb7ba (diff)
downloadrails-36917b7eb6fd41b9a6385e8e7f115f665808c10e.tar.gz
rails-36917b7eb6fd41b9a6385e8e7f115f665808c10e.tar.bz2
rails-36917b7eb6fd41b9a6385e8e7f115f665808c10e.zip
Merge pull request #3 from frodsan/patch-1
Fix typo [ci skip]
-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