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