From 21a0b20e397e1b86336f19983c4ee8c368ef55e7 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Sat, 1 Sep 2012 20:45:26 -0400 Subject: change shell to bash --- guides/source/action_mailer_basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/action_mailer_basics.md') diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md index d952d28c8e..38fd49a161 100644 --- a/guides/source/action_mailer_basics.md +++ b/guides/source/action_mailer_basics.md @@ -21,7 +21,7 @@ This section will provide a step-by-step guide to creating a mailer and its view #### Create the Mailer -```shell +```bash $ rails generate mailer UserMailer create app/mailers/user_mailer.rb invoke erb @@ -111,7 +111,7 @@ Setting this up is painfully simple. First off, we need to create a simple `User` scaffold: -```shell +```bash $ rails generate scaffold user name:string email:string login:string $ rake db:migrate ``` -- cgit v1.2.3