From 9d09c68b6c3ca0c01498e44441a5a27fc2cba6df Mon Sep 17 00:00:00 2001 From: Dino Maric Date: Sun, 16 Dec 2018 12:59:51 +0100 Subject: Subtile mention of generator inside README Just a small mention that we can use generators inside README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f969acd059..8e45e1f166 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,11 @@ end Then setup a mailbox: +```ruby +# Generate new maiblox +bin/rails generate mailbox forwards +``` + ```ruby # app/mailboxes/forwards_mailbox.rb class ForwardsMailbox < ApplicationMailbox -- cgit v1.2.3