alias added for rails generate guide

This commit is contained in:
Vishnu Atrai 2011-07-21 23:55:31 +05:30
parent 444e01e4af
commit dc1b207d81

@ -85,6 +85,8 @@ h4. +rails generate+
The +rails generate+ command uses templates to create a whole lot of things. Running +rails generate+ by itself gives a list of available generators:
You can also use the alias "g" that will work same as +rails generate+: <tt>rails g</tt>.
<shell>
$ rails generate
Usage: rails generate GENERATOR [args] [options]