1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Correct grammar on Mailer generator -- passES. Working on enhancing conventional readability in README and USAGE files.

This commit is contained in:
Kristian Freeman 2011-12-22 21:03:25 -08:00
parent cc450329b2
commit cffb636e82

View file

@ -1,6 +1,6 @@
Description:
============
Stubs out a new mailer and its views. Pass the mailer name, either
Stubs out a new mailer and its views. Passes the mailer name, either
CamelCased or under_scored, and an optional list of emails as arguments.
This generates a mailer class in app/mailers and invokes your template