From 08ab646a495e7602604f2cfef5a43ce1f67cb7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Rodr=C3=ADguez?= Date: Fri, 14 Dec 2018 09:17:05 +0100 Subject: Fix typo [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3