mirror of https://github.com/rails/rails
Fix typo a InboxMailbox -> an InboxMailbox [ci skip]
This commit is contained in:
parent
064338998f
commit
43081fae4c
|
@ -7,6 +7,6 @@ Example:
|
|||
========
|
||||
rails generate mailbox inbox
|
||||
|
||||
creates a InboxMailbox class and test:
|
||||
creates an InboxMailbox class and test:
|
||||
Mailbox: app/mailboxes/inbox_mailbox.rb
|
||||
Test: test/mailboxes/inbox_mailbox_test.rb
|
||||
|
|
Loading…
Reference in New Issue