Monday, November 5, 2012

rails script generate heroku

The article in this page

https://devcenter.heroku.com/articles/smtp

mentions about running a ./script/generate mailer <name>.

For my Rails 3.2.6 version, it does not contain the generate script file. So instead run with this command

rails generate mailer <name>

No comments:

Post a Comment