mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
typo changes
This commit is contained in:
parent
0c1e630d18
commit
f391f94428
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Example:
|
|||
========
|
||||
rails generate mailer Notifications signup forgot_password invoice
|
||||
|
||||
creates a Notifications mailer class, views, test, and fixtures:
|
||||
creates a Notifications mailer class, views, test and fixtures:
|
||||
Mailer: app/mailers/notifications.rb
|
||||
Views: app/views/notifications/signup.erb [...]
|
||||
Test: test/functional/notifications_test.rb
|
||||
|
|
Loading…
Reference in a new issue