aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/generator/templates/USAGE.tt
blob: 1bb8df840df2940c26ffd9e1dddc405df782d449 (plain) (blame)
1
2
3
4
5
6
7
8
Description:
    Explain the generator

Example:
    rails generate <%= file_name %> Thing

    This will create:
        what/will/it/create