Improve mailbox generator usage docs

- Makes heading styles consistent with other generators
- Adds backticks to code snippets
This commit is contained in:
Gannon McGibbon 2022-06-21 00:29:06 -05:00
parent 19875bedd7
commit 6be4bdc6cf
1 changed files with 1 additions and 3 deletions

View File

@ -1,11 +1,9 @@
Description:
============
Generates a new mailbox class in app/mailboxes and invokes your template
engine and test framework generators.
Example:
========
bin/rails generate mailbox inbox
`bin/rails generate mailbox inbox`
creates an InboxMailbox class and test:
Mailbox: app/mailboxes/inbox_mailbox.rb