What does the option --template in "rails" command?
- by Semyon Perepelitsa
$rails --help
...
Options:
...
-m, [--template=TEMPLATE] # Path to an application template
#(can be a filesystem path or URL).
What does this option mean?