From e8bdbef00a26fd469c255cd5cfb4b3c71278beb4 Mon Sep 17 00:00:00 2001 From: schneems Date: Mon, 1 Oct 2012 20:56:03 -0400 Subject: add command line $ tip for new programmers --- guides/source/migrations.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides/source') diff --git a/guides/source/migrations.md b/guides/source/migrations.md index 6f9b435c5c..f02e86b420 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -235,6 +235,8 @@ adding these columns will also be created. For example, running $ rails generate model Product name:string description:text ``` +TIP: All lines starting with a dollar sign `$` are intended to be run on the command line. + will create a migration that looks like this ```ruby -- cgit v1.2.3