Skip to content

Commit

Permalink
Fix typo in mailer generator USAGE. Closes #3458.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3411 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
Marcel Molina committed Jan 13, 2006
1 parent 12e0cb7 commit d40af24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN* *SVN*


* Fix typo in mailer generator USAGE. #3458 [chriztian.steinmeier@gmail.com]

* Ignore version mismatch between pg_dump and the database server. #3457 [simon.stapleton@gmail.com] * Ignore version mismatch between pg_dump and the database server. #3457 [simon.stapleton@gmail.com]


* Reap FCGI processes after lighttpd exits. [Sam Stephenson] * Reap FCGI processes after lighttpd exits. [Sam Stephenson]
Expand Down
Expand Up @@ -13,6 +13,6 @@ Example:
This will create a Notifications mailer class: This will create a Notifications mailer class:
Mailer: app/models/notifications.rb Mailer: app/models/notifications.rb
Views: app/views/notifications/signup.rhtml [...] Views: app/views/notifications/signup.rhtml [...]
Test: test/unit/credit_card_controller_test.rb Test: test/unit/test/unit/notifications_test.rb
Fixtures: test/fixtures/notifications/signup [...] Fixtures: test/fixtures/notifications/signup [...]


0 comments on commit d40af24

Please sign in to comment.